Skip to content

Commit 8c0eb98

Browse files
authored
Update README.md
1 parent 8ea2ea8 commit 8c0eb98

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@ The process starts with a collection of ground truth graphs, each stored as an i
5151

5252
Lastly, we compute the following skeleton-based metrics:
5353

54-
- *\# Splits*: Number of connected components (minus 1) in a ground truth graph after removing omit nodes.
54+
- *\# Splits*: Number of connected components (minus 1) in a ground truth graph after removing omit and split edges.
5555
- *\# Merges*: Number of merge mistakes.
5656
- *\% Split Edges*: Percentage of split edges.
5757
- *\% Omit Edges*: Percentage of omit edges.
5858
- *\% Merged Edges*: Percentage of merged edges.
59-
- *Expected Run Length (ERL)*: Expected run length of ground truth graph after removing omit and merged nodes.
59+
- *Expected Run Length (ERL)*: Expected run length of ground truth graph after removing omit, split, and merged edges.
60+
- *Normalized ERL*: ERL normalized by the total run length of ground truth graph.
6061
- *Edge Accuracy*: Proportion of edges that are correct.
61-
62+
- *Split Rate*: Run length of the ground truth graph divided by number of splits.
63+
- *Merge Rate*: Run length of the ground truth graph divided by number of merges.
6264

6365
## Installation
6466
To use the software, in the root directory, run

0 commit comments

Comments
 (0)