13 #ifndef MLPACK_BINDINGS_PYTHON_GENERATE_PYX_HPP
14 #define MLPACK_BINDINGS_PYTHON_GENERATE_PYX_HPP
32 void PrintPYX(
const util::ProgramDoc& programInfo,
33 const std::string& mainFilename,
34 const std::string& functionName);
void PrintPYX(const util::ProgramDoc &programInfo, const std::string &mainFilename, const std::string &functionName)
Given a list of parameter definition and program documentation, print a generated ...
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...