Skip to content

_training_links counted twice? #8

Description

@xunzheng

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions