Skip to content

Commit

Permalink
Description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
luav committed Jan 9, 2018
1 parent a780f2c commit 5617c5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ in the arbitrary collections (still each cluster should contain unique
members).
-h, --help Print help and exit
-V, --version Print version and exit
-o, --ovp evaluate overlapping instead of
Expand Down Expand Up @@ -121,8 +120,10 @@ F1 Options:
"harmonic", "standard"
default=`partprob')
-k, --kind[=ENUM] kind of the matching policy:
- w - Weighted (default)
- u - Unweighed
- w - Weighted by the number of nodes in
each cluster
- u - Unweighed, where each cluster is
treated equally
- c - Combined(w, u) using geometric mean
(drops the value not so much as harmonic
mean)
Expand Down Expand Up @@ -161,6 +162,10 @@ Clusters Labeling:
maximizes F1)
(possible values="partprob", "harmonic"
default=`harmonic')
-u, --unweighted Labels weighting policy on F1 evaluation:
weighted by the number of instances in each
label or unweighed, where each label is
treated equally (default=off)
-i, --identifiers=labels_filename
output labels (identifiers) of the evaluating
clusters as lines of space-separated indices
Expand All @@ -170,7 +175,6 @@ Clusters Labeling:
reduce collection is outputted to the
<labels_filename>.cnl besides the
<labels_filename>
```

> Empty lines and comments (lines starting with #) in the input file (cnl format) are skipped.
Expand Down
1 change: 1 addition & 0 deletions args.ggo
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ args "--default-optional --unamed-opts=clusterings"


# = Changelog =
# v3.2.2 - F1 weighting considered for the labels
# v3.2.1 - Interpretation of F1p modified to have semantic of geometric mean, now F1h < F1p < F1s
# v3.2.0 - Clusters labeling, labels F1 (with precision and recall) evaluation
# v3.1.0 - Matching policy for the F measures parameterized (weighted, unweighted, combined)
Expand Down

0 comments on commit 5617c5e

Please sign in to comment.