test.edu.uci.ics.jung.algorithms.cluster
Class KMeansTest

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.algorithms.cluster.KMeansTest

public class KMeansTest
extends TestCase

Author:
Joshua O'Madadhain

Field Summary
protected  KMeansClusterer kmc
           
protected  Map object_locations
           
 
Constructor Summary
KMeansTest()
           
 
Method Summary
 void setUp()
           
 void testCluster()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kmc

protected KMeansClusterer kmc

object_locations

protected Map object_locations
Constructor Detail

KMeansTest

public KMeansTest()
Method Detail

setUp

public void setUp()

testCluster

public void testCluster()