MLPACK
1.0.11
|
Static Public Member Functions | |
static const arma::mat * | Select (const arma::mat &data, const size_t m, const size_t maxIterations=5) |
Use the K-Means clustering method to select the specified number of points in the dataset. More... | |
Definition at line 33 of file kmeans_selection.hpp.
|
inlinestatic |
Use the K-Means clustering method to select the specified number of points in the dataset.
You are responsible for deleting the returned matrix!
data | Dataset to sample from. |
m | Number of points to select. |
Definition at line 44 of file kmeans_selection.hpp.