Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Releases: karlhigley/spark-neighbors

v0.2.2

04 Jul 23:19
Compare
Choose a tag to compare
  • Fixes:
    • Minhash banding for Jaccard distance
    • Number of neighbor sets returned by query version of neighbors method

v0.2.1

27 Jun 22:37
Compare
Choose a tag to compare
  • Fixes:
    • Computation of Euclidean, Jaccard, and Hamming distances

v0.2.0

26 May 03:13
Compare
Choose a tag to compare
  • 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

21 Feb 19:05
Compare
Choose a tag to compare

Supports Hamming, Jaccard, Cosine, and Euclidean distances, and multiple hash tables with candidate pair generation strategies for simple OR-construction and banding.