changeset 126:a5ee5fe71e52 darwintunes

renamed loglikelihood output
author Matthias Mauch <mail@matthiasmauch.net>
date Sat, 11 Jun 2011 17:52:50 +0100
parents a17ff20fb897
children 9de1fcd37f46
files Chordino.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Chordino.cpp	Sat Jun 11 17:41:23 2011 +0100
+++ b/Chordino.cpp	Sat Jun 11 17:52:50 2011 +0100
@@ -228,7 +228,7 @@
   
     OutputDescriptor loglikelihood;
     loglikelihood.identifier = "loglikelihood";
-    loglikelihood.name = "Simple Chord Log-likelihood";
+    loglikelihood.name = "Log-Likelihood of Chord Estimate";
     loglikelihood.description = "Logarithm of the likelihood value of the simple chord estimate.";
     loglikelihood.unit = "";
     loglikelihood.hasFixedBinCount = true;