public class KMeansModel extends MeanModel
MeanModel that indicates the clustering to be
produced by k-means (so the Voronoi cell visualization is sensible).| Modifier and Type | Field and Description |
|---|---|
(package private) double |
varsum
Variance sum.
|
prototype| Constructor and Description |
|---|
KMeansModel(double[] mean,
double varsum)
Constructor with mean.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getVarianceContribution()
Get the variance contribution of the cluster (sum of variances)
|
getMean, getPrototypeTypegetPrototype, prototypeToString, toString, writeToTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwriteToTextCopyright © 2019 ELKI Development Team. License information.