mlpack
|
#include <string>
#include <mlpack/core.hpp>
#include <mlpack/core/util/mlpack_main.hpp>
#include <mlpack/methods/gmm/gmm_probability_main.cpp>
#include "test_helper.hpp"
#include "../catch.hpp"
Classes | |
struct | GmmProbabilityTestFixture |
Macros | |
#define | BINDING_TYPE BINDING_TYPE_TEST |
Functions | |
void | ResetGmmProbabilitySetting () |
TEST_CASE_METHOD (GmmProbabilityTestFixture, "GmmProbabilityDimensionality", "[GmmProbabilityMainTest][BindingTests]") | |
Test mlpackMain() of gmm_probability_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.