14 #ifndef __MLPACK_CORE_UTIL_VERSION_HPP 15 #define __MLPACK_CORE_UTIL_VERSION_HPP 21 #define __MLPACK_VERSION_MAJOR 2 22 #define __MLPACK_VERSION_MINOR 0 23 #define __MLPACK_VERSION_PATCH 1 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...