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/best_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/best_f1_multi_avg.json')
| -rw-r--r-- | analysis/output/tables/best_f1_multi_avg.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/analysis/output/tables/best_f1_multi_avg.json b/analysis/output/tables/best_f1_multi_avg.json index aeccd164..c0124923 100644 --- a/analysis/output/tables/best_f1_multi_avg.json +++ b/analysis/output/tables/best_f1_multi_avg.json @@ -1,7 +1,7 @@ { - "bocpd": 0.718040907733408, - "bocpdms": 0.3862673506325448, - "ecp": 0.38790015348968676, - "kcpa": 0.4560758392509358, + "bocpd": 0.9407049491956461, + "bocpdms": 0.5327627944865245, + "ecp": 0.7251421388666226, + "kcpa": 0.7473036444833079, "zero": 0.5771739603118445 } |
