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

DOC: Add documentation about what the confidence image contains for Random Forests

parent e86494a0
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ private:
" * KNearestNeighbors : number of neighbors with the same label\n"
" * NeuralNetwork : difference between the two highest responses\n"
" * NormalBayes : (not supported)\n"
" * RandomForest : proportion of decision trees that classified the sample to the second class (only works for 2-class models)\n"
" * RandomForest : Confidence (proportion of votes for the majority class). Margin (normalized difference of the votes of the 2 majority classes) is not available for now.\n"
" * SVM : distance to margin (only works for 2-class models)\n");
SetDefaultOutputPixelType( "confmap", ImagePixelType_double);
MandatoryOff("confmap");
......
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