.TH "mlpack::kernel::RandomSelection" 3 "Tue Sep 9 2014" "Version 1.0.10" "MLPACK" \" -*- nroff -*- .ad l .nh .SH NAME mlpack::kernel::RandomSelection \- .SH SYNOPSIS .br .PP .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static const arma::Col< size_t > \fBSelect\fP (const arma::mat &data, const size_t m)" .br .RI "\fIRandomly select the specified number of points in the dataset\&. \fP" .in -1c .SH "Detailed Description" .PP Definition at line 32 of file random_selection\&.hpp\&. .SH "Member Function Documentation" .PP .SS "static const arma::Col mlpack::kernel::RandomSelection::Select (const arma::mat &data, const size_tm)\fC [inline]\fP, \fC [static]\fP" .PP Randomly select the specified number of points in the dataset\&. .PP \fBParameters:\fP .RS 4 \fIdata\fP Dataset to sample from\&. .br \fIm\fP Number of points to select\&. .RE .PP \fBReturns:\fP .RS 4 Indices of selected points from the dataset\&. .RE .PP .PP Definition at line 42 of file random_selection\&.hpp\&. .PP References mlpack::math::RandInt()\&. .SH "Author" .PP Generated automatically by Doxygen for MLPACK from the source code\&.