mlpack
Namespaces | Functions
load.cpp File Reference
#include "load.hpp"
#include "load_impl.hpp"
Include dependency graph for load.cpp:

Namespaces

 mlpack
 Linear algebra utility functions, generally performed on matrices or vectors.
 
 mlpack::data
 Functions to load and save matrices and models.
 

Functions

template bool mlpack::data::Load< int > (const std::string &, arma::Mat< int > &, const bool, const bool, const arma::file_type)
 
template bool mlpack::data::Load< unsigned int > (const std::string &, arma::Mat< unsigned int > &, const bool, const bool, const arma::file_type)
 
template bool mlpack::data::Load< unsigned long > (const std::string &, arma::Mat< unsigned long > &, const bool, const bool, const arma::file_type)
 
template bool mlpack::data::Load< unsigned long long > (const std::string &, arma::Mat< unsigned long long > &, const bool, const bool, const arma::file_type)
 
template bool mlpack::data::Load< float > (const std::string &, arma::Mat< float > &, const bool, const bool, const arma::file_type)
 
template bool mlpack::data::Load< double > (const std::string &, arma::Mat< double > &, const bool, const bool, const arma::file_type)
 
template bool mlpack::data::Load< int > (const std::string &, arma::SpMat< int > &, const bool, const bool)
 
template bool mlpack::data::Load< unsigned int > (const std::string &, arma::SpMat< unsigned int > &, const bool, const bool)
 
template bool mlpack::data::Load< unsigned long > (const std::string &, arma::SpMat< unsigned long > &, const bool, const bool)
 
template bool mlpack::data::Load< unsigned long long > (const std::string &, arma::SpMat< unsigned long long > &, const bool, const bool)
 
template bool mlpack::data::Load< double > (const std::string &, arma::SpMat< double > &, const bool, const bool)
 
template bool mlpack::data::Load< float > (const std::string &, arma::SpMat< float > &, const bool, const bool)
 
template bool mlpack::data::Load< int, IncrementPolicy > (const std::string &, arma::Mat< int > &, DatasetMapper< IncrementPolicy > &, const bool, const bool)
 
template bool mlpack::data::Load< unsigned int, IncrementPolicy > (const std::string &, arma::Mat< unsigned int > &, DatasetMapper< IncrementPolicy > &, const bool, const bool)
 
template bool mlpack::data::Load< unsigned long, IncrementPolicy > (const std::string &, arma::Mat< unsigned long > &, DatasetMapper< IncrementPolicy > &, const bool, const bool)
 
template bool mlpack::data::Load< unsigned long long, IncrementPolicy > (const std::string &, arma::Mat< unsigned long long > &, DatasetMapper< IncrementPolicy > &, const bool, const bool)
 
template bool mlpack::data::Load< float, IncrementPolicy > (const std::string &, arma::Mat< float > &, DatasetMapper< IncrementPolicy > &, const bool, const bool)
 
template bool mlpack::data::Load< double, IncrementPolicy > (const std::string &, arma::Mat< double > &, DatasetMapper< IncrementPolicy > &, const bool, const bool)
 

Detailed Description

Author
Tham Ngap Wei

Force instantiation of some Load() overloads to reduce compile time.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.