public class ModelMetricsClusteringV3 extends ModelMetricsBase<ModelMetricsClustering,ModelMetricsClusteringV3>
Schema.Meta
Modifier and Type | Field and Description |
---|---|
double |
betweenss |
TwoDimTableBase |
centroid_stats |
double |
tot_withinss |
double |
totss |
description, frame, frame_checksum, model, model_category, model_checksum, MSE, predictions, scoring_time
Constructor and Description |
---|
ModelMetricsClusteringV3() |
Modifier and Type | Method and Description |
---|---|
ModelMetricsClusteringV3 |
fillFromImpl(ModelMetricsClustering impl)
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="Centroid Statistics") public TwoDimTableBase centroid_stats
public ModelMetricsClusteringV3 fillFromImpl(ModelMetricsClustering impl)
Schema
fillFromImpl
in class Schema<ModelMetricsClustering,ModelMetricsClusteringV3>