We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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.
-p
0.5
2
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: