Ocean
ClusteringKMeans.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::Clustering< tUseIndices >
 This class implements the base class for all classes providing clustering algorithms. More...
 
class  Ocean::Clustering< tUseIndices >::Data< T, tDimension >
 This class implements the abstract data object which will be specialized for both data modes toggled by tUseIndices. More...
 
class  Ocean::ClusteringKMeans< T, tDimension, TSum, TSquareDistance, tUseIndices >
 This class implements a k-means clustering algorithm. More...
 
class  Ocean::ClusteringKMeans< T, tDimension, TSum, TSquareDistance, tUseIndices >::Cluster
 This class implements one cluster that holds the mean values of all observations belonging to this cluster and the indices of all observations belonging to this cluster. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.