diff newOFsrc/BayesDrumTracker.h @ 11:23ff520d28ff

Changed the likelihood to noise - now 0.6 likelihood, added in a reste for the data output
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Fri, 09 Mar 2012 20:41:32 +0000
parents d880f7f29fbe
children
line wrap: on
line diff
--- a/newOFsrc/BayesDrumTracker.h	Wed Mar 07 16:47:10 2012 +0000
+++ b/newOFsrc/BayesDrumTracker.h	Fri Mar 09 20:41:32 2012 +0000
@@ -104,6 +104,8 @@
 	float debugArray [4];
 	string tempoUpdateStrings[16];
 	string tempoDataString;
+	
+	double generalLikelihoodToNoiseRatio;
 };
 
 #endif
\ No newline at end of file