Skip to content
Snippets Groups Projects
Commit e86494a0 authored by Julien Michel's avatar Julien Michel
Browse files

TEST: Activating test of confidence maps for Random Forests algorithm as well

parent 26816991
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ endif()
if(OTB_USE_OPENCV)
list(APPEND classifierList "SVM" "BOOST" "DT" "GBT" "ANN" "BAYES" "RF" "KNN")
endif()
set(classifier_with_confmap "LIBSVM" "BOOST" "KNN" "ANN")
set(classifier_with_confmap "LIBSVM" "BOOST" "KNN" "ANN" "RF")
# Loop on classifiers
foreach(classifier ${classifierList})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment