Uses of Class
edu.cmu.tetrad.cluster.KMeans
Packages that use KMeans
-
Uses of KMeans in edu.cmu.tetrad.cluster
Methods in edu.cmu.tetrad.cluster that return KMeansModifier and TypeMethodDescriptionstatic KMeans
KMeans.randomClusters
(int numCenters) Constructs a new KMeansBatch, initializing the algorithm by randomly assigning each point in the data to one of the numCenters clusters, then calculating the centroid of each cluster.static KMeans
KMeans.randomPoints
(int numCenters) Constructs a new KMeansBatch, initializing the algorithm by pickingnumCeneters
centers randomly from the data itself.