mlpack  3.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
print_h.hpp
Go to the documentation of this file.
1 
13 #ifndef MLPACK_BINDINGS_GO_PRINT_H_HPP
14 #define MLPACK_BINDINGS_GO_PRINT_H_HPP
15 
16 #include <mlpack/core.hpp>
17 
18 namespace mlpack {
19 namespace bindings {
20 namespace go {
21 
29 void PrintH(const util::ProgramDoc& programInfo,
30  const std::string& functionName);
31 
32 
33 } // namespace go
34 } // namespace bindings
35 } // namespace mlpack
36 
37 #endif
void PrintH(const util::ProgramDoc &programInfo, 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...
string(REGEX REPLACE".*#define MLPACK_VERSION_MINOR ([0-9]+).*""\\1"MLPACK_VERSION_MINOR"${VERSION_HPP_CONTENTS}") string(REGEX REPLACE".* "\\1" MLPACK_VERSION_PATCH "$
Definition: CMakeLists.txt:56