nearest-neighbours
There are 20 repositories under nearest-neighbours topic.
jefferislab/RANN
R package providing fast nearest neighbour search (wraps ANN library)
hongshibao/go-kdtree
Golang implementation of KD tree data structure
LanguageMachines/timbl
TiMBL implements several memory-based learning algorithms.
UnixJunkie/bisec-tree
Bisector tree implementation in OCaml
pderkowski/vptree
C++ Vantage Point Tree implementation with Python bindings
esteinig/netviewr
Mutual nearest neighbor graphs for population structure inference and visualization :octopus:
letournel/path-finder
PathFinder - The best route is the shortest
mddragnev/k-nearest-neighbors
C++ implementation for machine learning algorithm K-NN
sparkfish/orbitron
"Near Me" search API for exposing your geocoded tabular data
vinaychourasiya/TSP-heuristics
Implementing various heuristics for Traveling Salesman Problem (TSP).
aumj/kd-tree
Build KD-Trees and perform Nearest Neighbor searches
marcoalopez/nearest_neighbour
A Python script to estimate the nearest neighbour distance and perform nearest neighbour Monte Carlo simulations
annacnev/pyann
Python package providing nearest neighbor search (wraps ANN library)
AmirInt/neighbourhood_watch
As part of the UCSanDiego online course "Machine Learning Fundamentals"
paulnorthrop/donut
Nearest Neighbour Search with Variables on a Torus
pensieves/accio
Named after a charm in the Harry Potter Universe that allows the caster to summon an object, "accio" is a repo of Deep Learning and related codes for quick rolling and prototyping.
sabidea23/Digital-Image-Interpolation
Implements 3 types of interpolation: bicubic, bilinear and nearest-neighbor on black-and-white and color images of different sizes.
anderson-international/decluster
Iteratively declusters and replaces a randomised set of 2D points until a set is discovered where each point is separated by at least the specified minimum distance.
kakshay21/ML-DocumentRetrieval
Clustering wikipedia dataset based with K-NN by TF-IDF
TabbieD/KNN-anonymous-data
Using K Nearest Neighbours to predict target classes given a classified data set from a company! With hidden features column names.