Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing OpenCV Random Forests, is there any way to obtain the "confidence" level for a classification?
    primarykey
    data
    text
    <p>If I have a trained random forest, is there any way for me to obtain the number of votes that each class got by the forest on a test sample? A percentage of votes would be even better.</p> <p>Something like CVRTrees::predict, but getting raw output along with the predicted class.</p> <p>Thanks</p> <p><strong>Edit</strong> To further explain my goal, so that I could potentially get an answer that solves my problem and not necessarily my question.</p> <p>To answer how much I know, it is very little. </p> <p>This is a real world application, and I am trying to get myself up to speed as quickly as possible on all of this. </p> <p>Essentially, I researching discriminative classifier, with a requirement that I need to be able to compare the output between 2 (or more) independent classifiers. I mean independent in the sense that they may or may not know about the entire set of classes, however there does exist a set of classes where all classifiers contain a subset of such classes. </p> <p>My initial though is to collect meta-information about the classification from each of the classifiers, which ideally would contain some form of (there is a 15% of it being A, and 78% chance of being B) [I know chance is a bad word, but I will leave it]. If I could get that output, I would be able to perform a final classification based on dynamic performance weights assigned to each classifier. </p> <p>The idea is that I can use a very simple rule based classifier to do initial classifications while the more exotic classifier has time to train. Ideally, the learning classifier could potentially support more classes than the rule classifier and over time it is primarily used.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload