NearestNeighbors.jl
Nearest search engine
A Julia package for efficient nearest neighbor searches in high-dimensional spaces
High performance nearest neighbor data structures (KDTree and BallTree) and algorithms for Julia.
426 stars
15 watching
66 forks
Language: Julia
last commit: 5 months ago
Linked from 1 awesome list
datastructuresknn-searchnearest-neighborsrange-search
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of the K Nearest Neighbour algorithm in Ruby, allowing users to query a dataset and retrieve the k most similar data points based on various distance measurements. | 37 |
| Provides Ruby bindings for a C++ library implementing approximate nearest neighbor search | 15 |
| A library for efficient searching of high-dimensional data points using graph and tree-based methods | 1,272 |
| A C++ library for efficient nearest neighbor search with KD-trees | 2,269 |
| A Ruby wrapper around the Annoy C++ library for efficient nearest neighbor searches | 34 |
| A JavaScript implementation of the k-nearest neighbors algorithm for supervised machine learning | 48 |
| A high-performance approximate nearest neighbors search library for Ruby | 52 |
| Fast 2D nearest neighbor search with an angle | 7 |
| An implementation of a k-Nearest Neighbor algorithm for classification in Racket. | 1 |
| An implementation of the K Nearest Neighbors algorithm using Scheme and Racket | 16 |
| A fast K Nearest Neighbor library for low-dimensional spaces | 452 |
| A Julia package that provides a lightweight framework for defining and working with N-dimensional spatial data structures | 111 |
| A C library implementation of a data structure for fast searching and nearest neighbor queries in k-dimensional space | 396 |
| An efficient spatial data structure for fast point query operations | 43 |
| A vector space index based search engine and embedded library for indexing and querying documents | 569 |