Plot S-Curve for a LSH with given hyperparameters
euclidean_curve(n_bands, band_width, r, up_to = 100)
A plot showing the probability a pair is proposed as a match, given the Jaccard similarity of the two items.
The number of LSH bands calculated
The number of hashes in each band
the "r" hyperparameter used to govern the sensitivity of the hash.
the right extent of the x axis.