12 #ifndef MLPACK_BINDINGS_JULIA_PRINT_JL_HPP 13 #define MLPACK_BINDINGS_JULIA_PRINT_JL_HPP 24 void PrintJL(
const util::ProgramDoc& programInfo,
25 const std::string& functionName,
26 const std::string& mlpackJuliaLibSuffix);
void PrintJL(const util::ProgramDoc &programInfo, const std::string &functionName, const std::string &mlpackJuliaLibSuffix)
Print the code for a .jl binding for an mlpack program to stdout.
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...