public class ModelMetricsRegressionGLMV3 extends ModelMetricsRegressionV3<ModelMetricsRegressionGLM,ModelMetricsRegressionGLMV3>
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
double |
AIC |
long |
null_degrees_of_freedom |
double |
null_deviance |
long |
residual_degrees_of_freedom |
double |
residual_deviance |
mean_residual_deviance, r2description, frame, frame_checksum, model, model_category, model_checksum, MSE, predictions, scoring_time| Constructor and Description |
|---|
ModelMetricsRegressionGLMV3() |
| Modifier and Type | Method and Description |
|---|---|
ModelMetricsRegressionGLMV3 |
fillFromImpl(ModelMetricsRegressionGLM modelMetrics)
Fill this Schema from the given implementation object.
|
fillFromImplfillFromImplcreateAndFillImpl, createImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setFieldclone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic ModelMetricsRegressionGLMV3 fillFromImpl(ModelMetricsRegressionGLM modelMetrics)
SchemafillFromImpl in class Schema<ModelMetricsRegressionGLM,ModelMetricsRegressionGLMV3>