org.apache.commons.math3.stat.clustering
Class KMeansPlusPlusClustererTest
java.lang.Object
org.apache.commons.math3.stat.clustering.KMeansPlusPlusClustererTest
public class KMeansPlusPlusClustererTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KMeansPlusPlusClustererTest
public KMeansPlusPlusClustererTest()
dimension2
public void dimension2()
testPerformClusterAnalysisDegenerate
public void testPerformClusterAnalysisDegenerate()
- JIRA: MATH-305
Two points, one cluster, one iteration
testCertainSpace
public void testCertainSpace()
testSmallDistances
public void testSmallDistances()
- Test points that are very close together. See issue MATH-546.
testPerformClusterAnalysisToManyClusters
public void testPerformClusterAnalysisToManyClusters()
- 2 variables cannot be clustered into 3 clusters. See issue MATH-436.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.