|
void | ResetGmmTrainSetting () |
|
bool | CheckDifferent (GMM *gmm1, GMM *gmm2) |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainValidGaussianTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainOutputModelGaussianTest", "[GmmTrainMainTest][BindingTests]") |
| To check if the number of gaussians in the output model is same as that of input gaussian parameter or not.
|
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainMaxIterationsTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainPositiveTrialsTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GMMRefinedStartPercentageTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainSamplings", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainNumberOfGaussian", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainNoForcePositiveTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainNoiseTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainTrialsTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainDiffMaxIterationsTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainDiffKmeansMaxIterationsTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainPercentageTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainSamplingsTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainToleranceTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainModelReuseTest", "[GmmTrainMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (GmmTrainTestFixture, "GmmTrainDiagCovariance", "[GmmTrainMainTest][BindingTests]") |
|
- Author
- Yashwant Singh
Test mlpackMain() of gmm_train_main.cpp.
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.