
V - Vector type.public class KMeansModel<V extends NumberVector<?>> extends MeanModel<V>
MeanModel that indicates the clustering to be
produced by k-means (so the Voronoi cell visualization is sensible).| Constructor and Description |
|---|
KMeansModel(V mean)
Constructor with mean.
|
public KMeansModel(V mean)
mean - Mean vector.