mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
A Python nearest neighbor descent for approximate nearest neighbors.
|
|
This is a relatively straightforward python implementation of Nearest
|
|
Neighbor Descent for k-neighbor-graph construction and approximate
|
|
nearest neighbor search.
|
|
|
|
WWW: https://github.com/lmcinnes/pynndescent
|