Difference between TreeBagger and fitensemble methods
Mostrar comentarios más antiguos
Hi, I am trying to build a random forest on my data using the following two different methods:
- mdl = TreeBagger(NumTrees, myData, ResponseVarName)
- mdl = fitensemble(myData, ResponseVarName, 'Bag', NumTrees, 'Tree', 'Type', 'regression')
I am using the same number of trees for both methods, the same training dataset, and I believe both are bagging algorithms.
How exactly are these two different? Is there any difference?
Thank you for your help in advance!
1 comentario
Ame ZL
el 13 de Jul. de 2018
Hello JWP,
Did you find out what the difference was? I did read the doc info in MATLAB, but I didn't find the answer.
Does anyone actually know?
Many thanks.
Respuestas (2)
jyotsna
el 17 de Jul. de 2018
1 voto
This link has the answer (see under section "Comparison of TreeBagger and Bagged Ensembles") https://www.mathworks.com/help/stats/ensemble-algorithms.html#bsxabwd
Abhishek Ballaney
el 9 de Feb. de 2018
0 votos
https://in.mathworks.com/help/stats/treebagger.html
https://in.mathworks.com/help/stats/fitensemble.html
Categorías
Más información sobre Classification Ensembles en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!