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

Count issue after rewiring #9

Open
hniu1 opened this issue Apr 22, 2021 · 0 comments
Open

Count issue after rewiring #9

hniu1 opened this issue Apr 22, 2021 · 0 comments

Comments

@hniu1
Copy link

hniu1 commented Apr 22, 2021

Hi,

I have a question about the rewiring. Let's say a->b->c has been rewired as a->b|a->c. The frequency of b->c should subtract the frequency of b|a->c after the rewiring (count[b][c] -= count[b|a][c]). Otherwise, the input frequency and output frequency of b are not equal. I found this issue after running the code.

Thanks

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

1 participant