Skip to content

Commit

Permalink
Update gmm_healthy_captured.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Gionanidis authored Feb 3, 2019
1 parent f627a0f commit 3f48e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classifiers/gmm_healthy_captured.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3f48e3c

Please sign in to comment.