13 #ifndef MLPACK_BINDINGS_R_PRINT_INPUT_PARAM_HPP 14 #define MLPACK_BINDINGS_R_PRINT_INPUT_PARAM_HPP 32 if (std::is_same<T, bool>::value)
Linear algebra utility functions, generally performed on matrices or vectors.
void PrintInputParam(util::ParamData &d, const void *, void *)
Print the declaration of an input parameter as part of a line in a R function definition.
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...
#define MLPACK_COUT_STREAM
std::string name
Name of this parameter.
bool required
True if this option is required.