Uses of Class
edu.cmu.tetrad.cluster.KMeans

Packages that use KMeans
Package
Description
 
  • Uses of KMeans in edu.cmu.tetrad.cluster

    Methods in edu.cmu.tetrad.cluster that return KMeans
    Modifier and Type
    Method
    Description
    static 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 picking numCeneters centers randomly from the data itself.