1. Home
  2. Browse
  3. mlpack

mlpack

v4.3.0#1Go to latest

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.

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.3.0#1

Publication

Supports

!uwp

GitHub

mlpack/mlpack5K

Homepage

github.com/mlpack/mlpack

Subtree

6c2141103d

License

BSD-3-Clause

Definition

Manifest