mlpack 3.4.2
|
Go to the source code of this file.
Classes | |
struct | ParamData |
This structure holds all of the information about a single parameter, including its value (which is set when ParseCommandLine() is called). More... | |
Namespaces | |
namespace | mlpack |
Linear algebra utility functions, generally performed on matrices or vectors. | |
namespace | mlpack::data |
Functions to load and save matrices and models. | |
namespace | mlpack::util |
Macros | |
#define | TYPENAME(x) (std::string(typeid(x).name())) |
The TYPENAME macro is used internally to convert a type into a string. More... | |
This defines the structure that holds information for each command-line parameter, as well as utility functions it is used with.
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
Definition in file param_data.hpp.
#define TYPENAME | ( | x | ) | (std::string(typeid(x).name())) |
The TYPENAME macro is used internally to convert a type into a string.
Definition at line 22 of file param_data.hpp.