UFJF - Machine Learning Toolkit  0.51.8
mltk::clusterer Namespace Reference

Namespace for clustering methods. More...

Classes

class  Clusterer
 
class  KMeans
 Wrapper for the implementation of the K-Means clustering algorithm. More...
 

Typedefs

using Cluster = mltk::Point< size_t >
 
using Clusters = std::vector< Cluster >
 

Detailed Description

Namespace for clustering methods.