Skip to content

Commit d6fb6e8

Browse files
authored
Update README.md
1 parent e4dedc0 commit d6fb6e8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ The process starts with a collection of ground truth graphs, each stored as an i
5252
Lastly, we compute the following skeleton-based metrics:
5353

5454
- *\# Splits*: Number of connected components (minus 1) in a ground truth graph after removing omit nodes.
55-
- *\# Merges*: Number of ground truth graphs that contain at least one merge.
56-
- *Omit Edge Ratio*: Proportion of omitted edges.
57-
- *Split Edge Ratio*: Proportion of split edges.
58-
- *Merged Edge Ratio*: Proportion of merged edges.
55+
- *\# Merges*: Number of merge mistakes.
56+
- *\% Split Edges*: Percentage of split edges.
57+
- *\% Omit Edges*: Percentage of omit edges.
58+
- *\%Merged Edges*: Percentage of merged edges.
59+
- *Expected Run Length (ERL)*: Expected run length of ground truth graph after removing omit and merged nodes.
5960
- *Edge Accuracy*: Proportion of edges that are correct.
60-
- *Expected Run Length (ERL)*: Expected run length of ground truth graph after removing omit nodes.
61+
6162

6263
## Installation
6364
To use the software, in the root directory, run

0 commit comments

Comments
 (0)