public class ModelMetricsGLRMV99 extends water.api.schemas3.ModelMetricsBaseV3<ModelMetricsGLRM,ModelMetricsGLRMV99>
Modifier and Type | Field and Description |
---|---|
long |
catcnt |
double |
caterr |
long |
numcnt |
double |
numerr |
Constructor and Description |
---|
ModelMetricsGLRMV99() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
@API(help="Sum of Squared Error (Numeric Cols)") public double numerr
@API(help="Misclassification Error (Categorical Cols)") public double caterr
@API(help="Number of Non-Missing Numeric Values") public long numcnt
@API(help="Number of Non-Missing Categorical Values") public long catcnt