mlpack
3.1.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
mlpack
bindings
markdown
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
18
namespace
mlpack {
19
namespace
bindings {
20
namespace
markdown {
21
28
std::string
GetBindingName
(
const
std::string& language,
29
const
std::string& name);
30
31
}
// namespace markdown
32
}
// namespace bindings
33
}
// namespace mlpack
34
35
#endif
mlpack::bindings::markdown::GetBindingName
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...
prereqs.hpp
The core includes that mlpack expects; standard C++ includes and Armadillo.
Generated by
1.8.5