22 #ifndef __MLPACK_CORE_UTIL_VERSION_HPP
23 #define __MLPACK_CORE_UTIL_VERSION_HPP
29 #define __MLPACK_VERSION_MAJOR 1
30 #define __MLPACK_VERSION_MINOR 0
31 #define __MLPACK_VERSION_PATCH 9
Linear algebra utility functions, generally performed on matrices or vectors.
std::string GetVersion()
This will return either "mlpack x.y.z" or "mlpack trunk-rXXXXX" depending on whether or not this is a...