kmeans
A C++ library for k-means
|
Interface for matrix inputs. More...
#include <memory>
#include <utility>
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. | |
Interface for matrix inputs.