Package net.sourceforge.cilib.clustering.kmeans

Interface Summary
CentroidsInitialisationStrategy This strategy allows for different ways of initializing the centroids of a clustering.
 

Class Summary
DataSetBasedCentroidsInitialisationStrategy This strategy initializes the parts of the returned centroids Vector from randomly chosen patterns in the dataset.
KMeans This algorithm is an implementation of the KMeans Clustering algorithm.
RandomCentroidsInitialisationStrategy This strategy initializes the centroids of a clustering to random positions in the search space.
 



Copyright © 2009 CIRG. All Rights Reserved.