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

Added option to output directed graphs of the group heirarchy before and after compression #43

Merged
merged 6 commits into from
Aug 4, 2021

Conversation

Azrenbeth
Copy link
Contributor

@Azrenbeth Azrenbeth commented Jul 22, 2021

BUILDS ON azren/wrapped_in_pyo3 (PR #42)

Added a -g option which creates a set of 4 files:

  • before_edges.csv
  • before_nodes.csv
  • after_edges.csv
  • after_nodes.csv

These files are a representation of the state groups and their predecessor links.
They can be viewed in something like Gephi.

@Azrenbeth Azrenbeth changed the title Azren/added graph option Added option to output directed graphs of the group heirarchy before and after compression Jul 30, 2021
src/lib.rs Outdated Show resolved Hide resolved
@Azrenbeth Azrenbeth marked this pull request as ready for review August 2, 2021 16:51
src/graphing.rs Outdated Show resolved Hide resolved
Azrenbeth added 6 commits August 4, 2021 11:13
It outputs nodes and edges information before and after the
compressor has run - these can be visualised in a tool like Gephi

A good way to visualise what the compressor is actually doing!
i.e. moved #![allow(clippy::too_many_arguments)] to from global to
local #[allow(clippy::too_many_arguments)]
@erikjohnston erikjohnston merged commit 3290726 into matrix-org:main Aug 4, 2021
@rubo77
Copy link

rubo77 commented Jul 9, 2022

Could you add an example screenshot?

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

Successfully merging this pull request may close these issues.

None yet

3 participants