mlpack 3.4.2
get_binding_name.hpp
Go to the documentation of this file.
1
13#ifndef MLPACK_BINDINGS_MARKDOWN_GET_BINDING_NAME_HPP
14#define MLPACK_BINDINGS_MARKDOWN_GET_BINDING_NAME_HPP
15
16#include <mlpack/prereqs.hpp>
17
18namespace mlpack {
19namespace bindings {
20namespace markdown {
21
28std::string GetBindingName(const std::string& language,
29 const std::string& name);
30
31} // namespace markdown
32} // namespace bindings
33} // namespace mlpack
34
35#endif
std::string GetBindingName(const std::string &language, const std::string &name)
Given a language name and a binding name, return the name of that binding for that language.
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
The core includes that mlpack expects; standard C++ includes and Armadillo.