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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Apr 10 15:41:43 EDT 2013


Author: rcurtin
Date: 2013-04-10 15:41:43 -0400 (Wed, 10 Apr 2013)
New Revision: 14888

Modified:
   mlpack/trunk/src/mlpack/methods/gmm/em_fit_impl.hpp
Log:
Too many spaces.


Modified: mlpack/trunk/src/mlpack/methods/gmm/em_fit_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/gmm/em_fit_impl.hpp	2013-04-10 19:39:21 UTC (rev 14887)
+++ mlpack/trunk/src/mlpack/methods/gmm/em_fit_impl.hpp	2013-04-10 19:41:43 UTC (rev 14888)
@@ -284,7 +284,7 @@
   {
     if (accu(likelihoods.col(j)) == 0)
       Log::Info << "Likelihood of point " << j << " is 0!  It is probably an "
-          << " outlier." << std::endl;
+          << "outlier." << std::endl;
     logLikelihood += log(accu(likelihoods.col(j)));
   }
 




More information about the mlpack-svn mailing list