Go to the documentation of this file.
24 #ifndef __MLPACK_CORE_DATA_LOAD_HPP
25 #define __MLPACK_CORE_DATA_LOAD_HPP
28 #include <mlpack/core/arma_extend/arma_extend.hpp>
67 bool Load(
const std::string& filename,
68 arma::Mat<eT>& matrix,
70 bool transpose =
true);
76 #include "load_impl.hpp"