Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something error in params.feature_hashing_dimension parameters #113

Open
selous123 opened this issue May 26, 2019 · 1 comment
Open

something error in params.feature_hashing_dimension parameters #113

selous123 opened this issue May 26, 2019 · 1 comment

Comments

@selous123
Copy link

I have run your codes in python/benchmark/random_benchmark.py

but if I run your code in high dimension setting
such as with dimension $d=10000$
I want to set params_cp.feature_hashing_dimension = 1024

but error occors

AttributeError: '_falconn.LSHConstructionParameters' object has no attribute 'feature_hashing_dimension'

Any solution about this?

@chinmoy-dutta
Copy link

@selous123 the python wrapper does not support sparse datasets yet, and that is the reason this param is not exposed yet.

See here: https://github.com/FALCONN-LIB/FALCONN/blob/master/src/python/wrapper/python_wrapper.cc#L517

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants