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

Tree visualization #9

Open
aprokop opened this issue Apr 9, 2019 · 1 comment
Open

Tree visualization #9

aprokop opened this issue Apr 9, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@aprokop
Copy link
Contributor

aprokop commented Apr 9, 2019

Per @dalg24:

Related to ORNL-CEES/DataTransferKit#535 and ORNL-CEES/DataTransferKit#538

Writing down here some of the possible improvements so we can share and I don't forget.

  • Add composite visitor to be able to apply multiple visitors within a single traversal. Two options here, inheritance (yuk but easy) or type erasure (harder but fun)
  • Implement a visitor that prints out directly the matrices that show what node (col) have been visited for each query (row)
  • Put more scripts under version control. More particularly I have in mind the ones that produce Graphviz images of the tree structure and movies that show successive traversals.
  • Consider running the scripts in the CI. I am not 100% convinced it's a good idea but just in case here are useful instructions to install missing requirements in our dev/ci container.
@aprokop aprokop added the enhancement New feature or request label May 2, 2019
@aprokop
Copy link
Contributor Author

aprokop commented Dec 12, 2021

An interesting paper on visualization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant