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/summaries/summary_bee_waggle_6.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'analysis/output/summaries/summary_bee_waggle_6.json') diff --git a/analysis/output/summaries/summary_bee_waggle_6.json b/analysis/output/summaries/summary_bee_waggle_6.json index 4c7eb372..b7093b87 100644 --- a/analysis/output/summaries/summary_bee_waggle_6.json +++ b/analysis/output/summaries/summary_bee_waggle_6.json @@ -22022,6 +22022,20 @@ "status": "SKIP" } ], + "best_zero": [ + { + "parameters": {}, + "task_file": "6fec83c31881a45d.json", + "cplocations": [], + "scores": { + "f1": 0.9285714285714287, + "precision": 1.0, + "recall": 0.8666666666666668, + "cover": 0.8911284212456287 + }, + "status": "SUCCESS" + } + ], "default_amoc": [ { "parameters": { @@ -22944,6 +22958,20 @@ "scores": null, "status": "SKIP" } + ], + "default_zero": [ + { + "parameters": {}, + "task_file": "ae18dda4acb23ea7.json", + "cplocations": [], + "scores": { + "f1": 0.9285714285714287, + "precision": 1.0, + "recall": 0.8666666666666668, + "cover": 0.8911284212456287 + }, + "status": "SUCCESS" + } ] } } \ No newline at end of file -- cgit v1.2.3