mlpack  2.0.1
core.hpp
Go to the documentation of this file.
1 
14 #ifndef __MLPACK_CORE_HPP
15 #define __MLPACK_CORE_HPP
16 
195 // First, include all of the prerequisites.
196 #include <mlpack/prereqs.hpp>
197 
198 // Now the core mlpack classes.
200 #include <mlpack/core/util/log.hpp>
201 #include <mlpack/core/util/cli.hpp>
202 #include <mlpack/core/data/load.hpp>
203 #include <mlpack/core/data/save.hpp>
214 
215 // Include kernel traits.
227 
228 // Use Armadillo's C++ version detection.
229 #ifdef ARMA_USE_CXX11
230  #define MLPACK_USE_CX11
231 #endif
232 
233 #endif
The core includes that mlpack expects; standard C++ includes and Armadillo.
Miscellaneous math clamping routines.
Miscellaneous math random-related routines.
Definition of the Range class, which represents a simple range with a lower and upper bound...