public class ModelMetricsGLRMV99 extends water.api.ModelMetricsBase<ModelMetricsGLRM,ModelMetricsGLRMV99>
| Modifier and Type | Field and Description |
|---|---|
long |
catcnt |
double |
caterr |
long |
numcnt |
double |
numerr |
| Constructor and Description |
|---|
ModelMetricsGLRMV99() |
createAndFillImpl, createImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setField@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