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_uni_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_uni_avg.json')
| -rw-r--r-- | analysis/output/tables/default_f1_uni_avg.json | 26 |
1 files changed, 13 insertions, 13 deletions
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 } |
