mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.
The package mlpack is header only and can be used from CMake via:
find_path(MLPACK_INCLUDE_DIRS "mlpack.hpp")
target_include_directories(main PRIVATE ${MLPACK_INCLUDE_DIRS})
v4.5.0#0
!uwp
BSD-3-Clause
Manifest