public class ModelMetricsBinomialV3<I extends ModelMetricsBinomial,S extends ModelMetricsBinomialV3<I,S>> extends ModelMetricsBase<I,S>
Schema.Meta
Modifier and Type | Field and Description |
---|---|
double |
AUC |
java.lang.String[] |
domain |
TwoDimTableBase |
gains_lift_table |
double |
Gini |
double |
logloss |
TwoDimTableBase |
max_criteria_and_metric_scores |
double |
r2 |
TwoDimTableBase |
thresholds_and_metric_scores |
description, frame, frame_checksum, model, model_category, model_checksum, MSE, predictions, scoring_time
Constructor and Description |
---|
ModelMetricsBinomialV3() |
Modifier and Type | Method and Description |
---|---|
S |
fillFromImpl(ModelMetricsBinomial modelMetrics)
Fill this Schema from the given implementation object.
|
fillFromImpl
createAndFillImpl, createImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setField
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
@API(help="The logarithmic loss for this scoring run.", direction=OUTPUT) public double logloss
@API(help="The class labels of the response.", direction=OUTPUT) public java.lang.String[] domain
@API(help="The Metrics for various thresholds.", direction=OUTPUT, level=expert) public TwoDimTableBase thresholds_and_metric_scores
@API(help="The Metrics for various criteria.", direction=OUTPUT, level=secondary) public TwoDimTableBase max_criteria_and_metric_scores
public S fillFromImpl(ModelMetricsBinomial modelMetrics)
Schema
fillFromImpl
in class Schema<I extends ModelMetricsBinomial,S extends ModelMetricsBinomialV3<I,S>>