[mlpack-svn] r10577 - mlpack/trunk/src/mlpack/methods/gmm
fastlab-svn at coffeetalk-1.cc.gatech.edu
fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Dec 6 04:01:22 EST 2011
Author: rcurtin
Date: 2011-12-06 04:01:22 -0500 (Tue, 06 Dec 2011)
New Revision: 10577
Modified:
mlpack/trunk/src/mlpack/methods/gmm/gmm.hpp
Log:
Actually, make that debugging only...
Modified: mlpack/trunk/src/mlpack/methods/gmm/gmm.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/gmm/gmm.hpp 2011-12-06 08:59:23 UTC (rev 10576)
+++ mlpack/trunk/src/mlpack/methods/gmm/gmm.hpp 2011-12-06 09:01:22 UTC (rev 10577)
@@ -55,7 +55,7 @@
// Warn the user. They probably don't want to do this. If this constructor
// is being used (because it is required by some template classes), the user
// should know that it is potentially dangerous.
- Log::Warn << "GMM::GMM(): no parameters given; Estimate() will fail "
+ Log::Debug << "GMM::GMM(): no parameters given; Estimate() will fail "
<< "unless parameters are set." << std::endl;
}
More information about the mlpack-svn
mailing list