public class ModelMetricsClusteringV3 extends ModelMetricsBaseV3<ModelMetricsClustering,ModelMetricsClusteringV3>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
double |
betweenss |
TwoDimTableV3 |
centroid_stats |
double |
tot_withinss |
double |
totss |
description, frame, frame_checksum, model, model_category, model_checksum, MSE, nobs, predictions, RMSE, scoring_time
__meta, _exclude_fields
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, extractVersionFromSchemaName, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="Centroid Statistics") public TwoDimTableV3 centroid_stats
public ModelMetricsClusteringV3 fillFromImpl(ModelMetricsClustering impl)
Schema
fillFromImpl
in class Schema<ModelMetricsClustering,ModelMetricsClusteringV3>