Static Public Member Functions | |
static const arma::Col< size_t > | Select (const arma::mat &data, const size_t m) |
Randomly select the specified number of points in the dataset. More... | |
Definition at line 22 of file random_selection.hpp.
|
inlinestatic |
Randomly select the specified number of points in the dataset.
data | Dataset to sample from. |
m | Number of points to select. |
Definition at line 32 of file random_selection.hpp.
References mlpack::math::RandInt().