flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.25k stars 648 forks source link

python: support for scipy.sparse #380

Open xiaohan2012 opened 6 years ago

xiaohan2012 commented 6 years ago

Hi,

I'm not sure if the current pyflann supports sparse matrix from scipy? If this is some way of indexing sparse matrix may I have pointers on how to use it?

Thanks, Han