public class ModelMetricsClusteringV3 extends ModelMetricsBase
| Modifier and Type | Field and Description |
|---|---|
double |
betweenss
Between Cluster Sum of Square Error
|
TwoDimTableV3 |
centroid_stats
Centroid Statistics
|
double |
tot_withinss
Within Cluster Sum of Square Error
|
double |
totss
Total Sum of Square Error to Grand Mean
|
description, frame, frame_checksum, model, model_category, model_checksum, MSE, predictions, scoring_time| Constructor and Description |
|---|
ModelMetricsClusteringV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double tot_withinss
public double totss
public double betweenss
public TwoDimTableV3 centroid_stats
public java.lang.String toString()
toString in class ModelMetricsBase