From 3411e23b3a4fb1c9f85ac8eac7abc2e5a7c83f9b Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Wed, 12 Apr 2017 17:35:33 +0200 Subject: [PATCH] REFAC: dispatch tests from SVMLearning --- .../ObjectDetection}/test/otbObjectDetectionClassifier.cxx | 0 .../test/otbExhaustiveExponentialOptimizerNew.cxx | 0 .../test/otbExhaustiveExponentialOptimizerTest.cxx | 0 .../test/otbLabelMapClassifier.cxx} | 0 .../test/otbSVMCrossValidationCostFunctionNew.cxx | 0 .../{SVMLearning => Supervised}/test/otbSVMMarginSampler.cxx | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename Modules/{Learning/SVMLearning => Detection/ObjectDetection}/test/otbObjectDetectionClassifier.cxx (100%) rename Modules/Learning/{SVMLearning => Supervised}/test/otbExhaustiveExponentialOptimizerNew.cxx (100%) rename Modules/Learning/{SVMLearning => Supervised}/test/otbExhaustiveExponentialOptimizerTest.cxx (100%) rename Modules/Learning/{SVMLearning/test/otbLabelMapSVMClassifier.cxx => Supervised/test/otbLabelMapClassifier.cxx} (100%) rename Modules/Learning/{SVMLearning => Supervised}/test/otbSVMCrossValidationCostFunctionNew.cxx (100%) rename Modules/Learning/{SVMLearning => Supervised}/test/otbSVMMarginSampler.cxx (100%) diff --git a/Modules/Learning/SVMLearning/test/otbObjectDetectionClassifier.cxx b/Modules/Detection/ObjectDetection/test/otbObjectDetectionClassifier.cxx similarity index 100% rename from Modules/Learning/SVMLearning/test/otbObjectDetectionClassifier.cxx rename to Modules/Detection/ObjectDetection/test/otbObjectDetectionClassifier.cxx diff --git a/Modules/Learning/SVMLearning/test/otbExhaustiveExponentialOptimizerNew.cxx b/Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerNew.cxx similarity index 100% rename from Modules/Learning/SVMLearning/test/otbExhaustiveExponentialOptimizerNew.cxx rename to Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerNew.cxx diff --git a/Modules/Learning/SVMLearning/test/otbExhaustiveExponentialOptimizerTest.cxx b/Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerTest.cxx similarity index 100% rename from Modules/Learning/SVMLearning/test/otbExhaustiveExponentialOptimizerTest.cxx rename to Modules/Learning/Supervised/test/otbExhaustiveExponentialOptimizerTest.cxx diff --git a/Modules/Learning/SVMLearning/test/otbLabelMapSVMClassifier.cxx b/Modules/Learning/Supervised/test/otbLabelMapClassifier.cxx similarity index 100% rename from Modules/Learning/SVMLearning/test/otbLabelMapSVMClassifier.cxx rename to Modules/Learning/Supervised/test/otbLabelMapClassifier.cxx diff --git a/Modules/Learning/SVMLearning/test/otbSVMCrossValidationCostFunctionNew.cxx b/Modules/Learning/Supervised/test/otbSVMCrossValidationCostFunctionNew.cxx similarity index 100% rename from Modules/Learning/SVMLearning/test/otbSVMCrossValidationCostFunctionNew.cxx rename to Modules/Learning/Supervised/test/otbSVMCrossValidationCostFunctionNew.cxx diff --git a/Modules/Learning/SVMLearning/test/otbSVMMarginSampler.cxx b/Modules/Learning/Supervised/test/otbSVMMarginSampler.cxx similarity index 100% rename from Modules/Learning/SVMLearning/test/otbSVMMarginSampler.cxx rename to Modules/Learning/Supervised/test/otbSVMMarginSampler.cxx -- GitLab