kayzhu / LSHash

A fast Python implementation of locality sensitive hashing.
MIT License
660 stars 158 forks source link

Way to handle NaN-values #9

Open utdiscant opened 8 years ago

utdiscant commented 8 years ago

It would be nice to have a way to specify how to handle NaN's in the data. For example by ignoring them in distance calculations.