public interface KMeansSeed
Modifier and Type | Method and Description |
---|---|
DoubleVector[] |
chooseSeeds(int numCentroids,
Matrix dataPoints)
Returns an array of length
numCentroids that contains centroids
composed of either vectors from dataPoints or a linear combination
of vectors from dataPoints . |
DoubleVector[] chooseSeeds(int numCentroids, Matrix dataPoints)
numCentroids
that contains centroids
composed of either vectors from dataPoints
or a linear combination
of vectors from dataPoints
.Copyright © 2012. All Rights Reserved.