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