[mlpack-svn] r14370 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Feb 22 18:13:03 EST 2013


Author: rcurtin
Date: 2013-02-22 18:13:02 -0500 (Fri, 22 Feb 2013)
New Revision: 14370

Modified:
   mlpack/trunk/src/mlpack/tests/gmm_test.cpp
Log:
A few more examples to reduce the probability of error.


Modified: mlpack/trunk/src/mlpack/tests/gmm_test.cpp
===================================================================
--- mlpack/trunk/src/mlpack/tests/gmm_test.cpp	2013-02-22 22:38:41 UTC (rev 14369)
+++ mlpack/trunk/src/mlpack/tests/gmm_test.cpp	2013-02-22 23:13:02 UTC (rev 14370)
@@ -190,7 +190,7 @@
     covar.randu(2);
 
     arma::mat data;
-    data.randn(2 /* dimension */, 100 * pow(10, (iterations / 3.0)));
+    data.randn(2 /* dimension */, 150 * pow(10, (iterations / 3.0)));
 
     // Now apply mean and covariance.
     data.row(0) *= covar(0);




More information about the mlpack-svn mailing list