16 #ifndef __MLPACK_METHODS_NYSTROEM_METHOD_ORDERED_SELECTION_HPP
17 #define __MLPACK_METHODS_NYSTROEM_METHOD_ORDERED_SELECTION_HPP
34 const static arma::Col<size_t>
Select(
const arma::mat& ,
38 return arma::linspace<arma::Col<size_t> >(0, m - 1, m);
Linear algebra utility functions, generally performed on matrices or vectors.
static const arma::Col< size_t > Select(const arma::mat &, const size_t m)
Select the specified number of points in the dataset.
Include all of the base components required to write MLPACK methods, and the main MLPACK Doxygen docu...