public class Kmeans extends Clustering
Kmeans()
void
cluster()
Cluster[]
getClusters()
init(int k, int iter, java.util.Vector<DataPoint> dataPoints)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Kmeans()
public void init(int k, int iter, java.util.Vector<DataPoint> dataPoints)
public void cluster()
cluster
Clustering
public Cluster[] getClusters()
getClusters