public class ModelMetricsBinomialV3 extends ModelMetricsBase<ModelMetricsBinomial,ModelMetricsBinomialV3>
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
AUCBase |
auc |
ConfusionMatrixBase |
cm |
double |
mse |
duration_in_ms, frame, frame_checksum, model, model_category, model_checksum, predictions, scoring_time__meta, _impl_class, _version_pattern| Constructor and Description |
|---|
ModelMetricsBinomialV3() |
| Modifier and Type | Method and Description |
|---|---|
ModelMetricsBinomialV3 |
fillFromImpl(ModelMetricsBinomial modelMetrics)
Version and Schema-specific filling from the implementation object.
|
fillFromImplacceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, fillImpl, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemasclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSON@API(help="The Mean Squared Error of the prediction for this scoring run.", direction=OUTPUT) public double mse
@API(help="The ConfusionMatrix object for this scoring run.", direction=OUTPUT) public ConfusionMatrixBase cm
public ModelMetricsBinomialV3 fillFromImpl(ModelMetricsBinomial modelMetrics)
SchemafillFromImpl in class Schema<ModelMetricsBinomial,ModelMetricsBinomialV3>