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, getPrototypeType
getPrototype, prototypeToString, toString, writeToText
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
writeToText
Copyright © 2019 ELKI Development Team. License information.