public class ModelMetricsBinomialGLMGenericV3<I extends ModelMetricsBinomialGLMGeneric,S extends ModelMetricsBinomialGLMGenericV3<I,S>> extends ModelMetricsBinomialGenericV3<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 |
AUC, cm, domain, gains_lift_table, Gini, logloss, max_criteria_and_metric_scores, mean_per_class_error, pr_auc, r2, thresholds_and_metric_scores
custom_metric_name, custom_metric_value, description, frame, frame_checksum, model, model_category, model_checksum, MSE, nobs, predictions, RMSE, scoring_time
Constructor and Description |
---|
ModelMetricsBinomialGLMGenericV3() |
Modifier and Type | Method and Description |
---|---|
S |
fillFromImpl(ModelMetricsBinomialGLMGeneric modelMetrics)
Fill this Schema from the given implementation object.
|
fillFromImpl
fillFromImpl
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(ModelMetricsBinomialGLMGeneric modelMetrics)
Schema
fillFromImpl
in class Schema<I extends ModelMetricsBinomialGLMGeneric,S extends ModelMetricsBinomialGLMGenericV3<I,S>>