-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demo: Add connected component count statistics
For hierarchical clusterization, disconnected clusters that happen early in the pipeline are problematic because unless they get merged with other clusters to fill the gap, they will create an increasing number of locked edges downstream. This makes this a good comparison metric between different DAG algorithms, so we now compute this for every level separately. Unlike main demo, for now we compute this based on position-only connectivity as this is what is used for cluster partitioning as well.
- Loading branch information
Showing
1 changed file
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters