public class MakeGLMModelV3 extends water.api.Schema<water.Iced,MakeGLMModelV3>
| Modifier and Type | Field and Description |
|---|---|
double[] |
beta |
water.api.KeyV3.ModelKeyV3 |
dest |
water.api.KeyV3.ModelKeyV3 |
model |
java.lang.String[] |
names |
float |
threshold |
| Constructor and Description |
|---|
MakeGLMModelV3() |
createAndFillImpl, createImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setField@API(help="source model",
required=true,
direction=INPUT)
public water.api.KeyV3.ModelKeyV3 model
@API(help="destination key",
required=false,
direction=INPUT)
public water.api.KeyV3.ModelKeyV3 dest
@API(help="coefficient names",
required=true,
direction=INPUT)
public java.lang.String[] names
@API(help="new glm coefficients",
required=true,
direction=INPUT)
public double[] beta
@API(help="decision threshold for label-generation",
required=false,
direction=INPUT)
public float threshold