
Go to the source code of this file.
Namespaces | |
| mlpack | |
strip_type.hpp | |
| mlpack::bindings | |
| mlpack::bindings::python | |
Functions | |
| void | StripType (const std::string &inputType, std::string &strippedType, std::string &printedType, std::string &defaultsType) |
| Given an input type like, e.g., "LogisticRegression<>", return three types that can be used in Python code. More... | |