comparison 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
comparison
equal deleted inserted replaced
51:ef30f465a904 52:13194a9dca77
94 int priorWidth; 94 int priorWidth;
95 bool* realTimeMode; 95 bool* realTimeMode;
96 bool usingIntegratedTempoEstimate; 96 bool usingIntegratedTempoEstimate;
97 double relativeSpeedLikelihoodStdDev; 97 double relativeSpeedLikelihoodStdDev;
98 bool useConstantTempoDistribution; 98 bool useConstantTempoDistribution;
99
100 bool drawLikelihood;
101 bool drawPrior;
102 bool drawPosterior;
99 }; 103 };
100 #endif 104 #endif