|
kmeans
k-means clustering in C++
|
Interface for matrix inputs. More...
#include <memory>#include <utility>#include <cstddef>#include "utils.hpp"

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 |
| Perform k-means clustering. | |
Interface for matrix inputs.