12 #ifndef MLPACK_BINDINGS_TESTS_GET_PARAM_HPP    13 #define MLPACK_BINDINGS_TESTS_GET_PARAM_HPP    29   return *boost::any_cast<T>(&d.
value);
 boost::any value
The actual value that is held. 
 
Linear algebra utility functions, generally performed on matrices or vectors. 
 
The core includes that mlpack expects; standard C++ includes and Armadillo. 
 
T & GetParam(util::ParamData &d)
This overload is called when nothing special needs to happen to the name of the parameter. 
 
This structure holds all of the information about a single parameter, including its value (which is s...