mlpack
|
#include <mlpack/core.hpp>
#include <mlpack/bindings/cli/cli_option.hpp>
#include <mlpack/core/kernels/gaussian_kernel.hpp>
#include "catch.hpp"
#include "test_catch_tools.hpp"
Functions | |
TEST_CASE ("CLIOptionTest", "[CLIOptionTest]") | |
Ensure that we can construct a CLIOption object, and that it will add itself to the CLI instance. | |
TEST_CASE ("GetParamDoubleTest", "[CLIOptionTest]") | |
Make sure GetParam() works. | |
TEST_CASE ("GetParamLoadedMatTest", "[CLIOptionTest]") | |
TEST_CASE ("GetParamUnloadedMatTest", "[CLIOptionTest]") | |
TEST_CASE ("GetParamUmatTest", "[CLIOptionTest]") | |
TEST_CASE ("GetParamUnloadedUmatTest", "[CLIOptionTest]") | |
TEST_CASE ("GetParamDatasetInfoMatTest", "[CLIOptionTest]") | |
TEST_CASE ("GetParamModelTest", "[CLIOptionTest]") | |
TEST_CASE ("RawParamDoubleTest", "[CLIOptionTest]") | |
TEST_CASE ("RawParamMatTest", "[CLIOptionTest]") | |
TEST_CASE ("GetRawParamModelTest", "[CLIOptionTest]") | |
TEST_CASE ("GetRawParamDatasetInfoTest", "[CLIOptionTest]") | |
TEST_CASE ("OutputParamMatTest", "[CLIOptionTest]") | |
TEST_CASE ("OutputParamUmatTest", "[CLIOptionTest]") | |
TEST_CASE ("OutputParamModelTest", "[CLIOptionTest]") | |
TEST_CASE ("SetParamDoubleTest", "[CLIOptionTest]") | |
TEST_CASE ("SetParamBoolTest", "[CLIOptionTest]") | |
TEST_CASE ("SetParamMatrixTest", "[CLIOptionTest]") | |
TEST_CASE ("SetParamModelTest", "[CLIOptionTest]") | |
TEST_CASE ("SetParamDatasetInfoMatTest", "[CLIOptionTest]") | |
TEST_CASE ("GetAllocatedMemoryNonModelTest", "[CLIOptionTest]") | |
TEST_CASE ("GetAllocatedMemoryModelTest", "[CLIOptionTest]") | |
TEST_CASE ("DeleteAllocatedMemoryNonModelTest", "[CLIOptionTest]") | |
TEST_CASE ("DeleteAllocatedMemoryModelTest", "[CLIOptionTest]") | |
Test the components of the CLI bindings.
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.