12 #ifndef MLPACK_CORE_UTIL_BINDING_DETAILS_HPP 13 #define MLPACK_CORE_UTIL_BINDING_DETAILS_HPP 35 std::vector<std::function<std::string()>>
example;
38 std::vector<std::pair<std::string, std::string>>
seeAlso;
std::string programName
Name of the binding.
Definition: binding_details.hpp:27
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
std::function< std::string()> longDescription
Long string containing documentation on what it is.
Definition: binding_details.hpp:33
The core includes that mlpack expects; standard C++ includes and Armadillo.
std::vector< std::pair< std::string, std::string > > seeAlso
A set of pairs of strings with useful "see also" information; each pair is <description, url>.
Definition: binding_details.hpp:38
std::vector< std::function< std::string()> > example
Documentation on how to use the binding.
Definition: binding_details.hpp:35
This structure holds all of the information about bindings documentation.
Definition: binding_details.hpp:24
std::string shortDescription
A short two-sentence description of the binding, what it does, and what it is useful for...
Definition: binding_details.hpp:30