This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
Releases: karlhigley/spark-neighbors
Releases · karlhigley/spark-neighbors
v0.2.2
v0.2.1
- Fixes:
- Computation of Euclidean, Jaccard, and Hamming distances
v0.2.0
- Adds:
- Manhattan distance
- Nearest neighbors for query points
- Computation of average selectivity
- Changes:
- Point ids from Int to Long
- Fixes:
- Ability to set the number of MinHash bands
First release
Supports Hamming, Jaccard, Cosine, and Euclidean distances, and multiple hash tables with candidate pair generation strategies for simple OR-construction and banding.