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. --- .../summaries/summary_quality_control_4.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'analysis/output/summaries/summary_quality_control_4.json') diff --git a/analysis/output/summaries/summary_quality_control_4.json b/analysis/output/summaries/summary_quality_control_4.json index 74c991f4..23e1e9de 100644 --- a/analysis/output/summaries/summary_quality_control_4.json +++ b/analysis/output/summaries/summary_quality_control_4.json @@ -31729,6 +31729,20 @@ "status": "SUCCESS" } ], + "best_zero": [ + { + "parameters": {}, + "task_file": "73c6ad3e60426d1a.json", + "cplocations": [], + "scores": { + "f1": 0.7804878048780489, + "precision": 1.0, + "recall": 0.6400000000000001, + "cover": 0.6727407999999999 + }, + "status": "SUCCESS" + } + ], "default_amoc": [ { "parameters": { @@ -32682,6 +32696,20 @@ }, "status": "SUCCESS" } + ], + "default_zero": [ + { + "parameters": {}, + "task_file": "93791ab964b94e97.json", + "cplocations": [], + "scores": { + "f1": 0.7804878048780489, + "precision": 1.0, + "recall": 0.6400000000000001, + "cover": 0.6727407999999999 + }, + "status": "SUCCESS" + } ] } } \ No newline at end of file -- cgit v1.2.3