public class ModelMetricsOrdinalGLMGenericV3<I extends ModelMetricsOrdinalGLMGeneric,S extends ModelMetricsOrdinalGLMGenericV3<I,S>> extends ModelMetricsOrdinalGenericV3<I,S>
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
double |
AIC |
TwoDimTableV3 |
coefficients_table |
double |
loglikelihood |
long |
null_degrees_of_freedom |
double |
null_deviance |
long |
residual_degrees_of_freedom |
double |
residual_deviance |
cm, hit_ratio_table, logloss, mean_per_class_error, r2
custom_metric_name, custom_metric_value, description, frame, frame_checksum, model, model_category, model_checksum, MSE, nobs, predictions, RMSE, scoring_time
Constructor and Description |
---|
ModelMetricsOrdinalGLMGenericV3() |
Modifier and Type | Method and Description |
---|---|
S |
fillFromImpl(I modelMetrics)
Fill this Schema from the given implementation object.
|
fillFromImpl
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
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal
@API(help="residual DOF", direction=OUTPUT) public long residual_degrees_of_freedom
@API(direction=OUTPUT, help="coefficients_table") public TwoDimTableV3 coefficients_table
public S fillFromImpl(I modelMetrics)
Schema
fillFromImpl
in class ModelMetricsOrdinalGenericV3<I extends ModelMetricsOrdinalGLMGeneric,S extends ModelMetricsOrdinalGLMGenericV3<I,S>>