Uses of Class
edu.cmu.tetrad.search.unmix.KMeans.Result
Packages that use KMeans.Result
- 
Uses of KMeans.Result in edu.cmu.tetrad.search.unmixMethods in edu.cmu.tetrad.search.unmix that return KMeans.ResultModifier and TypeMethodDescriptionstatic KMeans.ResultKMeans.cluster(double[][] X, int K, int maxIter, long seed) Performs k-means clustering on a given dataset.static KMeans.ResultKMeans.clusterWithRestarts(double[][] X, int K, int maxIter, long seed, int restarts) Performs k-means clustering with multiple restarts and selects the best result based on the lowest within-cluster sum of squared errors (SSE).