From f3b6797e3b4a2dd1be46d3c8c59b2d74d1a129bf Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 May 2020 13:47:18 +0100 Subject: Add the "zero" method This method always returns that a series contains no change points. --- .../output/rankplots/rankplot_default_f1_uni.pdf | Bin 25802 -> 26252 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'analysis/output/rankplots/rankplot_default_f1_uni.pdf') diff --git a/analysis/output/rankplots/rankplot_default_f1_uni.pdf b/analysis/output/rankplots/rankplot_default_f1_uni.pdf index 3a1918a8..8be68df1 100644 Binary files a/analysis/output/rankplots/rankplot_default_f1_uni.pdf and b/analysis/output/rankplots/rankplot_default_f1_uni.pdf differ -- cgit v1.2.3 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. --- .../output/rankplots/rankplot_default_f1_uni.pdf | Bin 26252 -> 26242 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'analysis/output/rankplots/rankplot_default_f1_uni.pdf') diff --git a/analysis/output/rankplots/rankplot_default_f1_uni.pdf b/analysis/output/rankplots/rankplot_default_f1_uni.pdf index 8be68df1..62c34f18 100644 Binary files a/analysis/output/rankplots/rankplot_default_f1_uni.pdf and b/analysis/output/rankplots/rankplot_default_f1_uni.pdf differ -- cgit v1.2.3