mlpack
Classes | Macros | Functions
gmm_train_test.cpp File Reference
#include <string>
#include <mlpack/core.hpp>
#include <mlpack/core/util/mlpack_main.hpp>
#include "test_helper.hpp"
#include <mlpack/methods/gmm/gmm_train_main.cpp>
#include "../catch.hpp"
#include "../test_catch_tools.hpp"
Include dependency graph for gmm_train_test.cpp:

Classes

struct  GmmTrainTestFixture
 

Macros

#define BINDING_TYPE   BINDING_TYPE_TEST
 

Functions

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]")
 

Detailed Description

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.