diff jnmr/BayesianArrayStructure.h @ 52:13194a9dca77 tip

Added exporting of image and text data
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Tue, 17 Jul 2012 22:13:10 +0100
parents 158f5f38e9d3
children
line wrap: on
line diff
--- a/jnmr/BayesianArrayStructure.h	Sat Mar 31 14:04:49 2012 +0100
+++ b/jnmr/BayesianArrayStructure.h	Tue Jul 17 22:13:10 2012 +0100
@@ -96,5 +96,9 @@
 	bool usingIntegratedTempoEstimate;
 	double relativeSpeedLikelihoodStdDev;
 	bool useConstantTempoDistribution;
+	
+	bool drawLikelihood;
+	bool drawPrior;
+	bool drawPosterior;
 };
 #endif