aboutsummaryrefslogtreecommitdiff
path: root/analysis/output/tables/best_f1_uni_avg.json
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-05-25 14:27:39 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-05-25 14:27:39 +0100
commit1709f406eddda318f39275a4d9f3838bdaa83496 (patch)
treeb6768d90b16565c6bab1886829cf78e6fe8f44e0 /analysis/output/tables/best_f1_uni_avg.json
parentAdd the "zero" method (diff)
downloadTCPDBench-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_uni_avg.json')
-rw-r--r--analysis/output/tables/best_f1_uni_avg.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/analysis/output/tables/best_f1_uni_avg.json b/analysis/output/tables/best_f1_uni_avg.json
index 38e6be24..712dfa10 100644
--- a/analysis/output/tables/best_f1_uni_avg.json
+++ b/analysis/output/tables/best_f1_uni_avg.json
@@ -1,15 +1,15 @@
{
- "amoc": 0.7827330244626048,
- "binseg": 0.8031280093237617,
- "bocpd": 0.8307501589195349,
- "bocpdms": 0.568782994696522,
- "cpnp": 0.5669381324304421,
- "ecp": 0.7060062858372516,
- "kcpa": 0.5890673779576903,
- "pelt": 0.7028636492743974,
- "prophet": 0.5056771261253178,
- "rfpop": 0.39155673412323544,
- "segneigh": 0.8064026485290847,
- "wbs": 0.3904386889845699,
+ "amoc": 0.7989121074618578,
+ "binseg": 0.8559005454405391,
+ "bocpd": 0.8796748379866468,
+ "bocpdms": 0.6203284167541796,
+ "cpnp": 0.6659800464352401,
+ "ecp": 0.7965989034220683,
+ "kcpa": 0.6831674110255809,
+ "pelt": 0.787210573431827,
+ "prophet": 0.5343546652863759,
+ "rfpop": 0.5309415810175405,
+ "segneigh": 0.8549018881498379,
+ "wbs": 0.5327293979109599,
"zero": 0.6623749098695177
}