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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Apr 12 14:03:43 EDT 2013


Author: rcurtin
Date: 2013-04-12 14:03:43 -0400 (Fri, 12 Apr 2013)
New Revision: 14896

Modified:
   mlpack/trunk/src/mlpack/methods/gmm/em_fit_impl.hpp
Log:
Eek, I broke the build!


Modified: mlpack/trunk/src/mlpack/methods/gmm/em_fit_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/gmm/em_fit_impl.hpp	2013-04-12 17:58:08 UTC (rev 14895)
+++ mlpack/trunk/src/mlpack/methods/gmm/em_fit_impl.hpp	2013-04-12 18:03:43 UTC (rev 14896)
@@ -97,7 +97,6 @@
       // Ensure positive-definiteness.  TODO: make this more efficient.
       if (forcePositive && det(covariances[i]) <= 1e-50)
       {
-        ++nonPositive;
         Log::Debug << "Covariance matrix " << i << " is not positive definite. "
             << "Adding perturbation." << std::endl;
 




More information about the mlpack-svn mailing list