File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,13 @@ The process starts with a collection of ground truth graphs, each stored as an i
5252Lastly, 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
6364To use the software, in the root directory, run
You can’t perform that action at this time.
0 commit comments