public class KMeans extends java.lang.Object
KMeans(java.util.List<double[]> featureList, int numberOfClusters)
java.util.List<double[]>
getMeans()
double
step()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KMeans(java.util.List<double[]> featureList, int numberOfClusters)
public double step()
public java.util.List<double[]> getMeans()