12#ifndef MLPACK_CORE_DATA_LOAD_ARFF_HPP
13#define MLPACK_CORE_DATA_LOAD_ARFF_HPP
17#include <boost/tokenizer.hpp>
28void LoadARFF(
const std::string& filename, arma::Mat<eT>& matrix);
52template<
typename eT,
typename PolicyType>
54 arma::Mat<eT>& matrix,
61#include "load_arff_impl.hpp"
Auxiliary information for a dataset, including mappings to/from strings (or other types) and the data...
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.