public class ModelMetricsClusteringV3 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
double |
betweenss
Between Cluster Sum of Square Error
|
TwoDimTableV3 |
centroidStats
Centroid Statistics
|
double |
totss
Total Sum of Square Error to Grand Mean
|
double |
totWithinss
Within Cluster Sum of Square Error
|
description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsClusteringV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double totWithinss
public double totss
public double betweenss
public TwoDimTableV3 centroidStats
public java.lang.String toString()
toString in class ModelMetricsBaseV3