Difference between individual and cumulative oobMargin of TreeBagger
Mostrar comentarios más antiguos
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 comentario
Andrew Newell
el 17 de Jun. de 2011
This has my vote for best title of the week!
Respuesta aceptada
Más respuestas (1)
K
el 21 de Jun. de 2011
Categorías
Más información sobre Classification Ensembles en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!