public class ModelMetricsRegressionGLMGenericV3 extends ModelMetricsRegressionV3<ModelMetricsRegressionGLMGeneric,ModelMetricsRegressionGLMGenericV3>
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 |
mae, mean_residual_deviance, r2, rmsle
custom_metric_name, custom_metric_value, description, frame, frame_checksum, model, model_category, model_checksum, MSE, nobs, predictions, RMSE, scoring_time
Constructor and Description |
---|
ModelMetricsRegressionGLMGenericV3() |
Modifier and Type | Method and Description |
---|---|
ModelMetricsRegressionGLMGenericV3 |
fillFromImpl(ModelMetricsRegressionGLMGeneric 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 ModelMetricsRegressionGLMGenericV3 fillFromImpl(ModelMetricsRegressionGLMGeneric modelMetrics)
Schema