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
For a given node n, its topological height is defined as the number of edges on the longest path from the node to a leaf.
n
new_altitudes = hg.accumulate_and_add_sequential(tree, np.ones(tree.num_vertices()), np.zeros(tree.num_leaves()), hg.Accumulators.max)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
For a given node
n
, its topological height is defined as the number of edges on the longest path from the node to a leaf.The text was updated successfully, but these errors were encountered: