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_seatbelts.json | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'analysis/output/summaries/summary_seatbelts.json') diff --git a/analysis/output/summaries/summary_seatbelts.json b/analysis/output/summaries/summary_seatbelts.json index 86c8fc72..bdea37e9 100644 --- a/analysis/output/summaries/summary_seatbelts.json +++ b/analysis/output/summaries/summary_seatbelts.json @@ -23550,6 +23550,20 @@ "status": "SUCCESS" } ], + "best_zero": [ + { + "parameters": {}, + "task_file": "a4ac4c2be85ba774.json", + "cplocations": [], + "scores": { + "f1": 0.6206896551724138, + "precision": 1.0, + "recall": 0.45, + "cover": 0.5283637152777778 + }, + "status": "SUCCESS" + } + ], "default_amoc": [ { "parameters": { @@ -24092,6 +24106,20 @@ }, "status": "SUCCESS" } + ], + "default_zero": [ + { + "parameters": {}, + "task_file": "b72a7e2c14b26b42.json", + "cplocations": [], + "scores": { + "f1": 0.6206896551724138, + "precision": 1.0, + "recall": 0.45, + "cover": 0.5283637152777778 + }, + "status": "SUCCESS" + } ] } } \ No newline at end of file -- cgit v1.2.3