kmeans
A C++ library for k-means
Loading...
Searching...
No Matches
Matrix.hpp File Reference

Interface for matrix inputs. More...

#include <memory>
#include <utility>
Include dependency graph for Matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kmeans::RandomAccessExtractor< Index_, Data_ >
 Extractor for accessing random observations. More...
 
class  kmeans::ConsecutiveAccessExtractor< Index_, Data_ >
 Extractor for accessing consecutive observations. More...
 
class  kmeans::IndexedAccessExtractor< Index_, Data_ >
 Extractor for accessing indexed observations. More...
 
class  kmeans::Matrix< Index_, Data_ >
 Interface for matrix data. More...
 

Namespaces

namespace  kmeans
 Namespace for k-means clustering.
 

Detailed Description

Interface for matrix inputs.