Commit c8bbc7bd authored by Cédric Traizet's avatar Cédric Traizet
Browse files

PERF: use class instead of value_3 as cfield in the test because it produces a...

PERF: use class instead of value_3 as cfield in the test because it produces a simpler (hence lighter) model
No related merge requests found
Showing with 127 additions and 22003 deletions
+127 -22003
...@@ -996,8 +996,8 @@ if(OTB_USE_OPENCV) ...@@ -996,8 +996,8 @@ if(OTB_USE_OPENCV)
otb_test_application(NAME apTvClTrainVectorRegression otb_test_application(NAME apTvClTrainVectorRegression
APP TrainVectorRegression APP TrainVectorRegression
OPTIONS -io.vd ${INPUTDATA}/Classification/apTvClSampleExtractionOut.sqlite OPTIONS -io.vd ${INPUTDATA}/Classification/apTvClSampleExtractionOut.sqlite
-feat value_0 value_1 value_2 -feat value_0 value_1 value_2 value_3
-cfield value_3 -cfield class
-classifier rf -classifier rf
-io.out ${TEMP}/apTvClTrainVectorRegressionModel.rf -io.out ${TEMP}/apTvClTrainVectorRegressionModel.rf
VALID ${ascii_comparison} VALID ${ascii_comparison}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment