[mlpack-svn] r10804 - mlpack/trunk/src/mlpack/methods/gmm

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Dec 14 15:11:27 EST 2011


Author: rcurtin
Date: 2011-12-14 15:11:27 -0500 (Wed, 14 Dec 2011)
New Revision: 10804

Modified:
   mlpack/trunk/src/mlpack/methods/gmm/gmm_main.cpp
Log:
Clarify program name.


Modified: mlpack/trunk/src/mlpack/methods/gmm/gmm_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/gmm/gmm_main.cpp	2011-12-14 20:08:36 UTC (rev 10803)
+++ mlpack/trunk/src/mlpack/methods/gmm/gmm_main.cpp	2011-12-14 20:11:27 UTC (rev 10804)
@@ -6,7 +6,7 @@
  */
 #include "gmm.hpp"
 
-PROGRAM_INFO("GMM",
+PROGRAM_INFO("Gaussian Mixture Model (GMM) Training",
     "This program takes a parametric estimate of a Gaussian mixture model (GMM)"
     " using the EM algorithm to find the maximum likelihood estimate.  The "
     "model is saved to an XML file, which contains information about each "




More information about the mlpack-svn mailing list