mlpack  3.4.2
print_R.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_BINDINGS_R_PRINT_R_HPP
13 #define MLPACK_BINDINGS_R_PRINT_R_HPP
14 
15 #include <mlpack/core.hpp>
16 
17 namespace mlpack {
18 namespace bindings {
19 namespace r {
20 
27 void PrintR(const util::BindingDetails& doc,
28  const std::string& functionName);
29 
30 } // namespace r
31 } // namespace bindings
32 } // namespace mlpack
33 
34 #endif
mlpack::bindings::r::PrintR
void PrintR(const util::BindingDetails &doc, const std::string &functionName)
Print the code for a .R binding for an mlpack program to stdout.
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: add_to_cli11.hpp:21
mlpack::util::BindingDetails
This structure holds all of the information about bindings documentation.
Definition: binding_details.hpp:25
core.hpp
Include all of the base components required to write mlpack methods, and the main mlpack Doxygen docu...