kmeans
A C++ library for k-means
|
Expectations for matrix inputs. More...
Go to the source code of this file.
Classes | |
class | kmeans::MockMatrix |
Compile-time interface for matrix data. More... | |
struct | kmeans::MockMatrix::RandomAccessWorkspace |
Workspace for random access to observations. More... | |
struct | kmeans::MockMatrix::ConsecutiveAccessWorkspace |
Workspace for access to consecutive observations. More... | |
struct | kmeans::MockMatrix::IndexedAccessWorkspace |
Workspace for access to a indexed subset of observations. More... | |
Namespaces | |
namespace | kmeans |
Namespace for k-means clustering. | |
Expectations for matrix inputs.