You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand you correctly, RandomBinaryProjection is a hashing of the cosine distance. In general, there are different hashing methods for different types of distances. Does the NearPy library not provide hashing methods for Euclidean distance or Hamming distance? Why run with different types of distances during the filtering phase?
The text was updated successfully, but these errors were encountered:
If I understand you correctly,
RandomBinaryProjection
is a hashing of the cosine distance. In general, there are different hashing methods for different types of distances. Does the NearPy library not provide hashing methods for Euclidean distance or Hamming distance? Why run with different types of distances during the filtering phase?The text was updated successfully, but these errors were encountered: