12 #ifndef MLPACK_BINDINGS_PYTHON_WRAPPER_FUNCTIONS_HPP 13 #define MLPACK_BINDINGS_PYTHON_WRAPPER_FUNCTIONS_HPP 22 inline std::string
GetClassName(
const std::string& groupName);
26 inline std::string
GetValidName(
const std::string& paramName);
29 inline std::vector<std::string>
GetMethods(
const std::string& validMethods);
32 inline std::string
GetMappedName(
const std::string& methodName);
39 #include "wrapper_functions_impl.hpp" Linear algebra utility functions, generally performed on matrices or vectors.
The core includes that mlpack expects; standard C++ includes and Armadillo.
std::string GetMappedName(const std::string &methodName)
std::string GetClassName(const std::string &groupName)
std::vector< std::string > GetMethods(const std::string &validMethods)
std::string GetValidName(const std::string ¶mName)