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

_training_links counted twice? #8

Open
xunzheng opened this issue Oct 31, 2014 · 0 comments
Open

_training_links counted twice? #8

xunzheng opened this issue Oct 31, 2014 · 0 comments

Comments

@xunzheng
Copy link

Hi,

_training_links in linksampling.cc (

_training_links[q]++;
) is counted twice, which made this line
(
gnextd[p][k] += (_n - _training_links[p] - 1) * mphid[p][k];
) different from the equation [S17] in the PNAS paper. Please let me know if I missed something.

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