Mercurial > hg > chourdakisreiss2016
diff experiment-reverb/code/pca.py @ 1:144fbd1d29c3
added c++ class Parameter
author | Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk> |
---|---|
date | Wed, 28 Dec 2016 17:22:49 +0000 |
parents | 246d5546657c |
children |
line wrap: on
line diff
--- a/experiment-reverb/code/pca.py Wed Dec 14 13:15:48 2016 +0000 +++ b/experiment-reverb/code/pca.py Wed Dec 28 17:22:49 2016 +0000 @@ -14,7 +14,7 @@ from numpy.linalg.linalg import eig from matplotlib.mlab import find from numpy.random import randn -from empca import * +#from empca import * mse = lambda A,B: ((array(A)-array(B)) ** 2).mean()