public abstract static class DLSM.LSMSolver extends Iced
Modifier and Type | Class and Description |
---|---|
static class |
DLSM.LSMSolver.LSMSolverException |
Modifier and Type | Field and Description |
---|---|
double |
_alpha |
protected boolean |
_converged |
Key |
_jobKey |
double |
_lambda |
Constructor and Description |
---|
DLSM.LSMSolver(double lambda,
double alpha) |
Modifier and Type | Method and Description |
---|---|
boolean |
converged() |
abstract java.lang.String |
name() |
abstract boolean |
solve(hex.DGLM.Gram gram,
double[] newBeta) |
abstract com.google.gson.JsonObject |
toJson() |
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public double _lambda
public double _alpha
public Key _jobKey
protected boolean _converged
public abstract boolean solve(hex.DGLM.Gram gram, double[] newBeta)
gram
- Matrix - weighted gram matrix (X'*X) computed over the datanewBeta
- - resulting vector of coefficientspublic abstract com.google.gson.JsonObject toJson()
public final boolean converged()
public abstract java.lang.String name()