QueSabz

Results 2 issues of QueSabz

How can I use both methods for data classification rather than just retrieving nearest neighbours. Or should I just use it like this kNN = KNeighborsClassifier(n_neighbors=50, algorithm = m) where...

Can you please modify LSH CLASS I would like to use it as a fully fledged classifier so that I can train and predict.