public class ModelMetricsMultinomialV3 extends ModelMetricsBase<ModelMetricsMultinomial,ModelMetricsMultinomialV3>
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
ConfusionMatrixBase |
cm |
TwoDimTableBase |
hit_ratio_table |
double |
logloss |
double |
r2 |
description, frame, frame_checksum, model, model_category, model_checksum, MSE, predictions, scoring_time__meta, _impl_class, _version_pattern| Constructor and Description |
|---|
ModelMetricsMultinomialV3() |
| Modifier and Type | Method and Description |
|---|---|
ModelMetricsMultinomialV3 |
fillFromImpl(ModelMetricsMultinomial modelMetrics)
Version and Schema-specific filling from the implementation object.
|
fillFromImplacceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, fillImpl, getExperimentalVersion, 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 hit ratio table for this scoring run.", direction=OUTPUT, level=expert) public TwoDimTableBase hit_ratio_table
@API(help="The ConfusionMatrix object for this scoring run.", direction=OUTPUT) public ConfusionMatrixBase cm
public ModelMetricsMultinomialV3 fillFromImpl(ModelMetricsMultinomial modelMetrics)
SchemafillFromImpl in class Schema<ModelMetricsMultinomial,ModelMetricsMultinomialV3>