1. Home
  2. Browse
  3. knncolle

knncolle

v3.1.0#0Latest

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.1.0#0

Publication

Supports

All

GitHub

knncolle/knncolle

Homepage

github.com/knncolle/knncolle

Subtree

13b6bc22de

License

MIT

Definition

Manifest