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

Classes

struct  RadicalTestFixture
 

Macros

#define BINDING_TYPE   BINDING_TYPE_TEST
 

Functions

 TEST_CASE_METHOD (RadicalTestFixture, "RadicalOutputDimensionTest", "[RadicalMainTest][BindingTests]")
 Check that output Y and W matrix have valid dimensions.
 
 TEST_CASE_METHOD (RadicalTestFixture, "RadicalBoundsTest", "[RadicalMainTest][BindingTests]")
 Ensure that replicates & angles are always positive while as noise_std_dev & sweep is always non-negative.
 
 TEST_CASE_METHOD (RadicalTestFixture, "RadicalDiffNoiseStdDevTest", "[RadicalMainTest][BindingTests]")
 Check the learning process by using different values of noise_std_dev parameter.
 
 TEST_CASE_METHOD (RadicalTestFixture, "RadicalDiffReplicatesTest", "[RadicalMainTest][BindingTests]")
 Check the learning process by using different values of replicates parameter.
 
 TEST_CASE_METHOD (RadicalTestFixture, "RadicalDiffAnglesTest", "[RadicalMainTest][BindingTests]")
 Check the learning process by using different values of angles parameter.
 
 TEST_CASE_METHOD (RadicalTestFixture, "RadicalDiffSweepsTest", "[RadicalMainTest][BindingTests]")
 Check the learning process by using different values of sweeps parameter.
 

Detailed Description

Author
Manish Kumar

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