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/default_f1_uni_avg.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'analysis/output/tables/default_f1_uni_avg.json') diff --git a/analysis/output/tables/default_f1_uni_avg.json b/analysis/output/tables/default_f1_uni_avg.json index cec60f43..7e88cef1 100644 --- a/analysis/output/tables/default_f1_uni_avg.json +++ b/analysis/output/tables/default_f1_uni_avg.json @@ -1,16 +1,16 @@ { - "amoc": 0.6640790939070127, - "binseg": 0.6801451061962296, - "bocpd": 0.6109178945811512, - "bocpdms": 0.47562708146270294, - "cpnp": 0.5340133123860371, - "ecp": 0.5514092429795647, - "kcpa": 0.05681409056362388, - "pelt": 0.6527961379171128, - "prophet": 0.45594342708633, - "rbocpdms": 0.4179119126195535, - "rfpop": 0.3720949663003199, - "segneigh": 0.6255775512246301, - "wbs": 0.29950025277506126, + "amoc": 0.7037111707491961, + "binseg": 0.7443997777983046, + "bocpd": 0.689621795393962, + "bocpdms": 0.5071366573221537, + "cpnp": 0.6066944015983982, + "ecp": 0.5977104072816342, + "kcpa": 0.11100654565605475, + "pelt": 0.7099924057983469, + "prophet": 0.4877416710107917, + "rbocpdms": 0.4467137286594308, + "rfpop": 0.4994526602666444, + "segneigh": 0.6755447125972692, + "wbs": 0.41170625433415853, "zero": 0.6689673850347647 } -- cgit v1.2.3