12 #ifndef MLPACK_BINDINGS_PYTHON_GET_PARAM_HPP 13 #define MLPACK_BINDINGS_PYTHON_GET_PARAM_HPP 30 *((T**) output) =
const_cast<T*
>(boost::any_cast<T>(&d.
value));
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
The core includes that mlpack expects; standard C++ includes and Armadillo.
This structure holds all of the information about a single parameter, including its value (which is s...
Definition: param_data.hpp:52
boost::any value
The actual value that is held.
Definition: param_data.hpp:82