|
| TEST_CASE_METHOD (KFNTestFixture, "KFNEqualDimensionTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNInvalidKTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNInvalidKQueryDataTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNLeafSizeTest", "[KFNMainTest][BindingTests]") |
| Check that we can't specify a negative leaf size.
|
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNRefModelTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNInvalidTreeTypeTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNInvalidAlgoTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNInvalidEpsilonTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNInvalidPercentageTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNOutputDimensionTest", "[KFNMainTest][BindingTests]") |
| Make sure that dimensions of the neighbors and distances matrices are correct given a value of k.
|
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNModelReuseTest", "[KFNMainTest][BindingTests]") |
| Ensure that saved model can be used again.
|
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNDifferentEpsilonTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNDifferentPercentageTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNRandomBasisTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNTrueNeighborDistanceTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNAllAlgorithmsTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNAllTreeTypesTest", "[KFNMainTest][BindingTests]") |
|
| TEST_CASE_METHOD (KFNTestFixture, "KFNDifferentLeafSizes", "[KFNMainTest][BindingTests]") |
| Ensure that different leaf sizes give different results.
|
|
- Author
- Atharva Khandait
-
Heet Sankesara
Test mlpackMain() of kfn_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.