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

Result is not correct for a specific case #7

Open
Minzc opened this issue Apr 20, 2015 · 2 comments
Open

Result is not correct for a specific case #7

Minzc opened this issue Apr 20, 2015 · 2 comments

Comments

@Minzc
Copy link

Minzc commented Apr 20, 2015

Hi Eric,

Thanks for your nice work. I really love the code style and learn a lot from it.

I had a problem while using your library. Hope you can give me some help.

I use the following transaction as input.

a,d,e,f
a,d,e,f
a,c
a,c,d,e,f
a,c
a,c

The number of item set {a, e, f} is 3 but the function gives me 2 which is not correct.

I think the problem happens when you try to remove unpopular nodes in function conditional_tree_from_paths

Thanks for your work again.

Best,
Zicun

@KC-Dumper
Copy link

I encountered the same problem. Maybe some details in the implementation are not correct.

@lrvdijk
Copy link

lrvdijk commented Jan 5, 2016

Check the pull request here: #5

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

3 participants