Home
last modified time | relevance | path

Searched refs:EMPTY_CLUSTER_IN_K_MEANS (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java117 … throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in cluster()
232 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getPointFromLargestVarianceCluster()
266 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getPointFromLargestNumberCluster()
304 throw new ConvergenceException(LocalizedFormats.EMPTY_CLUSTER_IN_K_MEANS); in getFarthestPoint()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java87 EMPTY_CLUSTER_IN_K_MEANS("empty cluster in k-means"), enumConstant