public class ClusteringModelPrediction extends AbstractPrediction
Modifier and Type | Field and Description |
---|---|
int |
cluster
Chosen cluster for this data point.
|
double[] |
distances
(Optional) Vector of squared distances to all cluster centers.
|
Constructor and Description |
---|
ClusteringModelPrediction() |