diff MonoNoteParameters.cpp @ 90:b087967c4417

removed fourth "inter-note" state because it wasn't used anyway
author matthiasm
date Wed, 07 Jan 2015 15:22:03 +0000
parents 354c2c421661
children 7ef7f6e90966
line wrap: on
line diff
--- a/MonoNoteParameters.cpp	Wed Jan 07 14:36:30 2015 +0000
+++ b/MonoNoteParameters.cpp	Wed Jan 07 15:22:03 2015 +0000
@@ -16,17 +16,17 @@
 MonoNoteParameters::MonoNoteParameters() :
     minPitch(35), 
     nPPS(3), 
-    nS(50), 
-    nSPP(4), // states per pitch
+    nS(69), 
+    nSPP(3), // states per pitch
     n(0),
     initPi(0), 
     pAttackSelftrans(0.9),
     pStableSelftrans(0.99),
     pStable2Silent(0.01),
-    pSilentSelftrans(0.99999), 
+    pSilentSelftrans(0.9999), 
     sigma2Note(0.7),
     maxJump(13),
-    pInterSelftrans(0.9),
+    pInterSelftrans(0.0),
     priorPitchedProb(.7),
     priorWeight(0.5),
     minSemitoneDistance(.5),