public static final class GLMV2.GLMParametersV2 extends water.api.ModelParametersSchema<GLMModel.GLMParameters,GLMV2.GLMParametersV2>
| Modifier and Type | Field and Description |
|---|---|
int |
K |
int |
max_iters |
boolean |
normalize |
long |
seed |
| Constructor and Description |
|---|
GLMV2.GLMParametersV2() |
| Modifier and Type | Method and Description |
|---|---|
GLMModel.GLMParameters |
createImpl() |
java.lang.String[] |
fields() |
GLMV2.GLMParametersV2 |
fillFromImpl(GLMModel.GLMParameters parms) |
public int K
public int max_iters
public boolean normalize
public long seed
public java.lang.String[] fields()
fields in class water.api.ModelParametersSchema<GLMModel.GLMParameters,GLMV2.GLMParametersV2>public GLMV2.GLMParametersV2 fillFromImpl(GLMModel.GLMParameters parms)
fillFromImpl in class water.api.ModelParametersSchema<GLMModel.GLMParameters,GLMV2.GLMParametersV2>public GLMModel.GLMParameters createImpl()
createImpl in class water.api.ModelParametersSchema<GLMModel.GLMParameters,GLMV2.GLMParametersV2>