mlpack
|
#include <string>
#include <mlpack/core.hpp>
#include <mlpack/core/util/mlpack_main.hpp>
#include "test_helper.hpp"
#include <mlpack/methods/hmm/hmm_model.hpp>
#include <mlpack/methods/hmm/hmm.hpp>
#include <mlpack/methods/hmm/hmm_loglik_main.cpp>
#include "../catch.hpp"
#include "../test_catch_tools.hpp"
#include "hmm_test_utils.hpp"
Classes | |
struct | HMMLoglikTestFixture |
Macros | |
#define | BINDING_TYPE BINDING_TYPE_TEST |
Functions | |
TEST_CASE_METHOD (HMMLoglikTestFixture, "HMMLoglikOutputNegativeTest", "[HMMLoglikMainTest][BindingTests]") | |
Test mlpackMain() of hmm_loglik_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.