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.
|
fillFromImplcreateAndFillImpl, createImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setFieldclone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSON@API(help="Centroid Statistics") public TwoDimTableBase centroid_stats
public ModelMetricsClusteringV3 fillFromImpl(ModelMetricsClustering impl)
SchemafillFromImpl in class Schema<ModelMetricsClustering,ModelMetricsClusteringV3>