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/output/summaries/summary_measles.json | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'analysis/output/summaries/summary_measles.json') diff --git a/analysis/output/summaries/summary_measles.json b/analysis/output/summaries/summary_measles.json index 52e3b3e5..8523ab51 100644 --- a/analysis/output/summaries/summary_measles.json +++ b/analysis/output/summaries/summary_measles.json @@ -43187,6 +43187,20 @@ "status": "SUCCESS" } ], + "best_zero": [ + { + "parameters": {}, + "task_file": "ec36d8a062f8c4ba.json", + "cplocations": [], + "scores": { + "f1": 0.9473684210526316, + "precision": 1.0, + "recall": 0.9, + "cover": 0.9511852891971232 + }, + "status": "SUCCESS" + } + ], "default_amoc": [ { "parameters": { @@ -44752,6 +44766,20 @@ }, "status": "SUCCESS" } + ], + "default_zero": [ + { + "parameters": {}, + "task_file": "67900a1417e88b7b.json", + "cplocations": [], + "scores": { + "f1": 0.9473684210526316, + "precision": 1.0, + "recall": 0.9, + "cover": 0.9511852891971232 + }, + "status": "SUCCESS" + } ] } } \ No newline at end of file -- cgit v1.2.3