Classes in net.sourceforge.cilib.clustering.kmeans used by net.sourceforge.cilib.clustering.kmeans |
CentroidsInitialisationStrategy
This strategy allows for different ways of initializing the centroids of a clustering. |
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. |