diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-05-25 14:27:39 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-05-25 14:27:39 +0100 |
| commit | 1709f406eddda318f39275a4d9f3838bdaa83496 (patch) | |
| tree | b6768d90b16565c6bab1886829cf78e6fe8f44e0 /analysis/output/tables/default_f1_multi_avg.json | |
| parent | Add the "zero" method (diff) | |
| download | TCPDBench-1709f406eddda318f39275a4d9f3838bdaa83496.tar.gz TCPDBench-1709f406eddda318f39275a4d9f3838bdaa83496.zip | |
Correct calculation of F measure
This commit corrects an error in the calculation of the
F measure and updates the results accordingly. As a precaution,
doctests are added to each of the functions in the metrics.py
file.
Diffstat (limited to 'analysis/output/tables/default_f1_multi_avg.json')
| -rw-r--r-- | analysis/output/tables/default_f1_multi_avg.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/analysis/output/tables/default_f1_multi_avg.json b/analysis/output/tables/default_f1_multi_avg.json index f90a9d2b..037240d3 100644 --- a/analysis/output/tables/default_f1_multi_avg.json +++ b/analysis/output/tables/default_f1_multi_avg.json @@ -1,8 +1,8 @@ { - "bocpd": 0.18760009622112495, - "bocpdms": 0.2863800722335245, - "ecp": 0.23828457433188238, - "kcpa": 0.009455518272524471, - "rbocpdms": 0.24971838871416588, + "bocpd": 0.6103182356052523, + "bocpdms": 0.42879059786764134, + "ecp": 0.544657306564781, + "kcpa": 0.0710941346893439, + "rbocpdms": 0.35591520566367624, "zero": 0.5771739603118445 } |
