12 #ifndef MLPACK_CORE_UTIL_VERSION_HPP 13 #define MLPACK_CORE_UTIL_VERSION_HPP 19 #define MLPACK_VERSION_MAJOR 2 20 #define MLPACK_VERSION_MINOR 2 21 #define MLPACK_VERSION_PATCH 5 25 #define __MLPACK_VERSION_MAJOR 2 26 #define __MLPACK_VERSION_MINOR 2 27 #define __MLPACK_VERSION_PATCH 5 Linear algebra utility functions, generally performed on matrices or vectors.
std::string GetVersion()
This will return either "mlpack x.y.z" or "mlpack master-XXXXXXX" depending on whether or not this is...