Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Unused code elements in NaiveBayesFixedWeightThreeStateProfileMatcher #50
Comments
|
It also seems to me that the following is also unused:
line 160 |
|
I can clarify something is up here. Will investigate... |
drseb
changed the title from
NaiveBayesFixedWeightThreeStateProfileMatcher: nodesQfPu to Unused code elements in NaiveBayesFixedWeightThreeStateProfileMatcher
Feb 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
drseb commentedFeb 8, 2017
The set
nodesQfPuis initialized, but it seems that nothing get added to this set. It is later transformed to the BitmapnodesQfPuBMwhich is used to determine someandCardinalityandandNot.This seems wrong to me. Can you clarify?