14 #ifndef __MLPACK_CORE_DATA_LOAD_ARFF_HPP 15 #define __MLPACK_CORE_DATA_LOAD_ARFF_HPP 28 void LoadARFF(
const std::string& filename, arma::Mat<eT>& matrix);
53 void LoadARFF(
const std::string& filename,
54 arma::Mat<eT>& matrix,
61 #include "load_arff_impl.hpp" void LoadARFF(const std::string &filename, arma::Mat< eT > &matrix)
A utility function to load an ARFF dataset as numeric features (that is, as an Armadillo matrix witho...
Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.