Update gmm_train_test.cpp

This commit is contained in:
Yashwant Singh Parihar
2019-06-23 07:24:47 +05:30
committed by GitHub
parent ecb6daf640
commit ff3d0d8f73
@@ -242,7 +242,7 @@ BOOST_AUTO_TEST_CASE(GmmTrainNoiseTest)
// Ensure that Trials affects the final result.
BOOST_AUTO_TEST_CASE(GmmTrainTrialsTest)
{
arma::mat inputData(5, 1000, arma::fill::randu);
arma::mat inputData(5, 250, arma::fill::randu);
SetInputParam("input", inputData);
SetInputParam("gaussians", (int) 3);