14 #ifndef MLPACK_METHODS_NYSTROEM_METHOD_ORDERED_SELECTION_HPP 15 #define MLPACK_METHODS_NYSTROEM_METHOD_ORDERED_SELECTION_HPP 32 const static arma::Col<size_t>
Select(
const arma::mat& ,
36 return arma::linspace<arma::Col<size_t> >(0, m - 1, m);
static const arma::Col< size_t > Select(const arma::mat &, const size_t m)
Select the specified number of points in the dataset.
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.