Skip to content
Snippets Groups Projects
Commit a5c96d1d authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix test declaration after moving MachineLearningModel tests from SVMLearning to Supervised

parent 9bb521d1
Branches
Tags
No related merge requests found
...@@ -18,15 +18,6 @@ void RegisterTests() ...@@ -18,15 +18,6 @@ void RegisterTests()
REGISTER_TEST(otbSVMImageModelEstimatorTrainOneClass); REGISTER_TEST(otbSVMImageModelEstimatorTrainOneClass);
REGISTER_TEST(otbSVMCrossValidationCostFunctionNew); REGISTER_TEST(otbSVMCrossValidationCostFunctionNew);
REGISTER_TEST(otbSVMModelLoadSave); REGISTER_TEST(otbSVMModelLoadSave);
REGISTER_TEST(otbLibSVMMachineLearningModelCanRead);
REGISTER_TEST(otbSVMMachineLearningModelCanRead);
REGISTER_TEST(otbRandomForestsMachineLearningModelCanRead);
REGISTER_TEST(otbBoostMachineLearningModelCanRead);
REGISTER_TEST(otbNeuralNetworkMachineLearningModelCanRead);
REGISTER_TEST(otbNormalBayesMachineLearningModelCanRead);
REGISTER_TEST(otbDecisionTreeMachineLearningModelCanRead);
REGISTER_TEST(otbGradientBoostedTreeMachineLearningModelCanRead);
REGISTER_TEST(otbKNNMachineLearningModelCanRead);
REGISTER_TEST(otbSVMClassifierPointSet); REGISTER_TEST(otbSVMClassifierPointSet);
REGISTER_TEST(otbSVMImageClassificationWithRuleFilterNew); REGISTER_TEST(otbSVMImageClassificationWithRuleFilterNew);
REGISTER_TEST(otbSVMImageModelEstimatorTrain); REGISTER_TEST(otbSVMImageModelEstimatorTrain);
......
...@@ -9,6 +9,15 @@ void RegisterTests() ...@@ -9,6 +9,15 @@ void RegisterTests()
REGISTER_TEST(otbConfusionMatrixMeasurementsNew); REGISTER_TEST(otbConfusionMatrixMeasurementsNew);
REGISTER_TEST(otbConfusionMatrixMeasurementsTest); REGISTER_TEST(otbConfusionMatrixMeasurementsTest);
REGISTER_TEST(otbConfusionMatrixConcatenateTest); REGISTER_TEST(otbConfusionMatrixConcatenateTest);
REGISTER_TEST(otbLibSVMMachineLearningModelCanRead);
REGISTER_TEST(otbSVMMachineLearningModelCanRead);
REGISTER_TEST(otbRandomForestsMachineLearningModelCanRead);
REGISTER_TEST(otbBoostMachineLearningModelCanRead);
REGISTER_TEST(otbNeuralNetworkMachineLearningModelCanRead);
REGISTER_TEST(otbNormalBayesMachineLearningModelCanRead);
REGISTER_TEST(otbDecisionTreeMachineLearningModelCanRead);
REGISTER_TEST(otbGradientBoostedTreeMachineLearningModelCanRead);
REGISTER_TEST(otbKNNMachineLearningModelCanRead);
REGISTER_TEST(otbLibSVMMachineLearningModelNew); REGISTER_TEST(otbLibSVMMachineLearningModelNew);
REGISTER_TEST(otbLibSVMMachineLearningModel); REGISTER_TEST(otbLibSVMMachineLearningModel);
REGISTER_TEST(otbSVMMachineLearningModelNew); REGISTER_TEST(otbSVMMachineLearningModelNew);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment