1. Home
  2. Browse
  3. mlpack

mlpack

v4.5.0#0Latest

mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.

Install

Run the following Vcpkg command to install the port.

vcpkg install mlpack

Usage

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})

Dependencies

See source

Version

v4.5.0#0

Publication

Supports

!uwp

GitHub

mlpack/mlpack5.2K

Homepage

github.com/mlpack/mlpack

Subtree

a61c756cd8

License

BSD-3-Clause

Definition

Manifest