SYNOPSIS

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.

Detailed Description

Definition at line 32 of file ordered_selection.hpp.

Member Function Documentation

static const arma::Col<size_t> mlpack::kernel::OrderedSelection::Select (const arma::mat &, const size_tm)\fC [inline]\fP, \fC [static]\fP

Select the specified number of points in the dataset.

Parameters:

data Dataset to sample from.

m Number of points to select.

Returns:

Indices of selected points from the dataset.

Definition at line 42 of file ordered_selection.hpp.

Author

Generated automatically by Doxygen for MLPACK from the source code.