mlpack
master
|
Go to the source code of this file.
Namespaces | |
mlpack | |
Linear algebra utility functions, generally performed on matrices or vectors. | |
mlpack::util | |
Macros | |
#define | __MLPACK_VERSION_MAJOR 2 |
#define | __MLPACK_VERSION_MINOR 0 |
#define | __MLPACK_VERSION_PATCH "x" |
#define | MLPACK_VERSION_MAJOR 2 |
#define | MLPACK_VERSION_MINOR 0 |
#define | MLPACK_VERSION_PATCH "x" |
Functions | |
std::string | mlpack::util::GetVersion () |
This will return either "mlpack x.y.z" or "mlpack master-XXXXXXX" depending on whether or not this is a stable version of mlpack or a git repository. More... | |
#define __MLPACK_VERSION_MAJOR 2 |
Definition at line 25 of file version.hpp.
#define __MLPACK_VERSION_MINOR 0 |
Definition at line 26 of file version.hpp.
#define __MLPACK_VERSION_PATCH "x" |
Definition at line 27 of file version.hpp.
#define MLPACK_VERSION_MAJOR 2 |
Definition at line 19 of file version.hpp.
#define MLPACK_VERSION_MINOR 0 |
Definition at line 20 of file version.hpp.
#define MLPACK_VERSION_PATCH "x" |
Definition at line 21 of file version.hpp.