diff src/BayesianArrayStructure.h @ 22:9860abc92a30

follower has confidence measure now just using best match. Difficulty in visualising the speed likelihood fn
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Wed, 30 Nov 2011 11:48:35 +0000
parents c7107e5c8f03
children 032edf186a68
line wrap: on
line diff
--- a/src/BayesianArrayStructure.h	Sun Nov 27 21:56:19 2011 +0000
+++ b/src/BayesianArrayStructure.h	Wed Nov 30 11:48:35 2011 +0000
@@ -93,6 +93,7 @@
 	int priorWidth;
 	bool* realTimeMode;
 	bool usingIntegratedTempoEstimate;
+	double relativeSpeedLikelihoodStdDev;
 	
 };
 #endif