1. Home
  2. Browse
  3. knncolle

knncolle

v3.0.1#0Go to latest

Collection of KNN algorithms in C++

Install

Run the following Vcpkg command to install the port.

vcpkg install knncolle

Usage

knncolle is header-only and can be used from CMake via:

find_package(knncolle_knncolle CONFIG REQUIRED)
target_link_libraries(mylib INTERFACE knncolle::knncolle)

Dependencies

See source

Version

v3.0.1#0

Publication

Supports

All

GitHub

knncolle/knncolle

Homepage

github.com/knncolle/knncolle

Subtree

02e2bdc089

License

MIT

Definition

Manifest