From 3f48e3cc0bd868e4a8608b57126b2bfbc20a5968 Mon Sep 17 00:00:00 2001 From: Manos Gionanidis Date: Sun, 3 Feb 2019 09:29:00 +0200 Subject: [PATCH] Update gmm_healthy_captured.py --- classifiers/gmm_healthy_captured.py | 1 + 1 file changed, 1 insertion(+) diff --git a/classifiers/gmm_healthy_captured.py b/classifiers/gmm_healthy_captured.py index a91cd11..447817e 100644 --- a/classifiers/gmm_healthy_captured.py +++ b/classifiers/gmm_healthy_captured.py @@ -45,6 +45,7 @@ def testModels(data,threshold_input): X,Y = preparingData(data) assessModel = [] prediction = [] + #determine the prediction as only with the fatures for testing features = X for i in range(len(models)): gmm = models[i]