mlpack 3.4.2
|
#include <ordered_selection.hpp>
Static Public Member Functions | |
static const arma::Col< size_t > | Select (const arma::mat &, const size_t m) |
Select the specified number of points in the dataset. More... | |
Definition at line 22 of file ordered_selection.hpp.
|
inlinestatic |
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 ordered_selection.hpp.