Difference between individual and cumulative oobMargin of TreeBagger
Mostra commenti meno recenti
Why aren't the following two plots the same?
b = TreeBagger(500,X,Y,'oobpred','on');
mc = oobMargin(b,'mode','cumulative');
mi = oobMargin(b,'mode','individual');
figure; plot(mc.')
figure; plot(bsxfun(@rdivide,cumsum(mi.'),(1:500).'))
1 Commento
Andrew Newell
il 17 Giu 2011
This has my vote for best title of the week!
Risposta accettata
Più risposte (1)
K
il 21 Giu 2011
Categorie
Scopri di più su Classification Ensembles in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!