kmeans
A C++ library for k-means
Loading...
Searching...
No Matches
Classes | Namespaces
MockMatrix.hpp File Reference

Expectations for matrix inputs. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Expectations for matrix inputs.