@@ -76,7 +76,6 @@ in the arbitrary collections (still each cluster should contain unique
7676members).
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.
0 commit comments