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. --- analysis/scripts/aggregate_table_wide.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'analysis/scripts/aggregate_table_wide.py') diff --git a/analysis/scripts/aggregate_table_wide.py b/analysis/scripts/aggregate_table_wide.py index 712a6a4a..52676e1c 100644 --- a/analysis/scripts/aggregate_table_wide.py +++ b/analysis/scripts/aggregate_table_wide.py @@ -30,6 +30,7 @@ class Method(Enum): rfpop = "rfpop" segneigh = "segneigh" wbs = "wbs" + zero = "zero" # Methods that support multidimensional datasets @@ -39,6 +40,7 @@ MULTIMETHODS = [ Method.ecp, Method.kcpa, Method.rbocpdms, + Method.zero ] -- cgit v1.2.3