public class ModelMetricsRegressionV3<I extends ModelMetricsRegression,S extends ModelMetricsRegressionV3<I,S>> extends ModelMetricsBaseV3<I,S>
SchemaV3.Meta| Modifier and Type | Field and Description |
|---|---|
double |
mean_residual_deviance |
double |
r2 |
description, frame, frame_checksum, model, model_category, model_checksum, MSE, nobs, predictions, scoring_time__meta, _exclude_fields| Constructor and Description |
|---|
ModelMetricsRegressionV3() |
| Modifier and Type | Method and Description |
|---|---|
S |
fillFromImpl(I modelMetrics)
Fill this Schema from the given implementation object.
|
fillFromImplcreateAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCallasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternalpublic S fillFromImpl(I modelMetrics)
SchemafillFromImpl in class Schema<I extends ModelMetricsRegression,S extends ModelMetricsRegressionV3<I,S>>