|
| 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.
|
|
- 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.