org.apache.commons.math3.stat.clustering
Class KMeansPlusPlusClustererTest

java.lang.Object
  extended by org.apache.commons.math3.stat.clustering.KMeansPlusPlusClustererTest

public class KMeansPlusPlusClustererTest
extends Object


Constructor Summary
KMeansPlusPlusClustererTest()
           
 
Method Summary
 void dimension2()
           
 void testCertainSpace()
           
 void testPerformClusterAnalysisDegenerate()
          JIRA: MATH-305 Two points, one cluster, one iteration
 void testPerformClusterAnalysisToManyClusters()
          2 variables cannot be clustered into 3 clusters.
 void testSmallDistances()
          Test points that are very close together.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KMeansPlusPlusClustererTest

public KMeansPlusPlusClustererTest()
Method Detail

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.