Skip to content

Commit 5617c5e

Browse files
committed
Description updated
1 parent a780f2c commit 5617c5e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ in the arbitrary collections (still each cluster should contain unique
7676
members).
7777
7878
79-
8079
-h, --help Print help and exit
8180
-V, --version Print version and exit
8281
-o, --ovp evaluate overlapping instead of
@@ -121,8 +120,10 @@ F1 Options:
121120
"harmonic", "standard"
122121
default=`partprob')
123122
-k, --kind[=ENUM] kind of the matching policy:
124-
- w - Weighted (default)
125-
- u - Unweighed
123+
- w - Weighted by the number of nodes in
124+
each cluster
125+
- u - Unweighed, where each cluster is
126+
treated equally
126127
- c - Combined(w, u) using geometric mean
127128
(drops the value not so much as harmonic
128129
mean)
@@ -161,6 +162,10 @@ Clusters Labeling:
161162
maximizes F1)
162163
(possible values="partprob", "harmonic"
163164
default=`harmonic')
165+
-u, --unweighted Labels weighting policy on F1 evaluation:
166+
weighted by the number of instances in each
167+
label or unweighed, where each label is
168+
treated equally (default=off)
164169
-i, --identifiers=labels_filename
165170
output labels (identifiers) of the evaluating
166171
clusters as lines of space-separated indices
@@ -170,7 +175,6 @@ Clusters Labeling:
170175
reduce collection is outputted to the
171176
<labels_filename>.cnl besides the
172177
<labels_filename>
173-
174178
```
175179

176180
> Empty lines and comments (lines starting with #) in the input file (cnl format) are skipped.

args.ggo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ args "--default-optional --unamed-opts=clusterings"
115115

116116

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

0 commit comments

Comments
 (0)