You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: