diff src/BayesianArrayStructure.cpp @ 24:5a11b19906c7

hackday code is added.
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sat, 03 Dec 2011 17:19:43 +0000
parents 032edf186a68
children
line wrap: on
line diff
--- a/src/BayesianArrayStructure.cpp	Wed Nov 30 12:35:04 2011 +0000
+++ b/src/BayesianArrayStructure.cpp	Sat Dec 03 17:19:43 2011 +0000
@@ -30,6 +30,7 @@
 	tmpBestEstimate = 0;
 	crossUpdateTimeThreshold = 60;
 	priorWidth = 50;
+	usingIntegratedTempoEstimate = true;//use max index
 }
 
 BayesianArrayStructure::BayesianArrayStructure(int length){
@@ -40,7 +41,7 @@
 	posterior.createVector(length);
 	
 	lastEventTime = 0;
-	usingIntegratedTempoEstimate = true;//use max index
+	
 
 }