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

Classes

struct  GmmGenerateTestFixture
 

Macros

#define BINDING_TYPE   BINDING_TYPE_TEST
 

Functions

 TEST_CASE_METHOD (GmmGenerateTestFixture, "GmmGenerateSamplesTest", "[GmmGenerateMainTest][BindingTests]")
 
 TEST_CASE_METHOD (GmmGenerateTestFixture, "GmmGenerateDimensionality", "[GmmGenerateMainTest][BindingTests]")
 

Detailed Description

Author
Yashwant Singh

Test mlpackMain() of gmm_generate_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.