From 1709f406eddda318f39275a4d9f3838bdaa83496 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 May 2020 14:27:39 +0100 Subject: 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. --- analysis/output/tables/best_f1_multi_avg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'analysis/output/tables/best_f1_multi_avg.json') 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 } -- cgit v1.2.3