ngeiswei
Follow
Stars
Python library of cover tree (http://hunch.net/~jl/projects/cover_tree/cover_tree.html) for fast nearest neighbor querying
Software to build a dataset collection similar to the techtc300 http://techtc.cs.technion.ac.il/techtc300/
ngeiswei / Cover-Tree
Forked from DNCrane/Cover-TreeC++ implementation of the cover tree datastructure for quick k-nearest-neighbor search.
A well-documented C++ implementation of the cover tree datastructure for quick k-nearest-neighbor search. Allows single-point insertion and removal. Uses templates.