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

Percentage parameter #12

Open
gouinK opened this issue Nov 5, 2021 · 1 comment
Open

Percentage parameter #12

gouinK opened this issue Nov 5, 2021 · 1 comment

Comments

@gouinK
Copy link

gouinK commented Nov 5, 2021

Greetings,

This is a great tool - does the percentage (-p) parameter correspond to the 2 in this formula for determining the directional edge cutoff?

Na >= 2Nb - 1

Thanks!

@Daniel-Liu-c0deb0t
Copy link
Owner

No, it is slightly reformulated:

Nb <= (Na + 1) * 0.5

This is equivalent to your formula, but -p corresponds to the 0.5 instead of the 2.

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

2 participants