Adapt to `bob.learn.em` API changes
1 unresolved thread
1 unresolved thread
Compare changes
+ 42
− 21
@@ -13,6 +13,7 @@ This adds the notions of models, probes, enrollment, and scores to GMM.
@@ -23,10 +24,10 @@ from h5py import File as HDF5File
@@ -49,19 +50,21 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -75,6 +78,11 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -95,12 +103,11 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -110,20 +117,22 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -186,7 +195,6 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -199,6 +207,8 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -304,7 +314,7 @@ class GMM(BioAlgorithm, BaseEstimator):
@@ -319,10 +329,21 @@ class GMM(BioAlgorithm, BaseEstimator):