public class MakeGLMModelV3 extends water.api.schemas3.SchemaV3<water.Iced,MakeGLMModelV3>
Modifier and Type | Field and Description |
---|---|
double[] |
beta |
water.api.schemas3.KeyV3.ModelKeyV3 |
dest |
water.api.schemas3.KeyV3.ModelKeyV3 |
model |
java.lang.String[] |
names |
float |
threshold |
Constructor and Description |
---|
MakeGLMModelV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
@API(help="source model", required=true, direction=INPUT) public water.api.schemas3.KeyV3.ModelKeyV3 model
@API(help="destination key", required=false, direction=INPUT) public water.api.schemas3.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