comparison 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
comparison
equal deleted inserted replaced
21:11e3119ce6b4 22:9860abc92a30
91 91
92 double speedPriorValue; 92 double speedPriorValue;
93 int priorWidth; 93 int priorWidth;
94 bool* realTimeMode; 94 bool* realTimeMode;
95 bool usingIntegratedTempoEstimate; 95 bool usingIntegratedTempoEstimate;
96 double relativeSpeedLikelihoodStdDev;
96 97
97 }; 98 };
98 #endif 99 #endif