Combining decision tree into combine Ensemble

How may i combine different decision trees trained with different training data into a combine ensemble.I have four different classification trees trained with different predictors.I did boosting of individual trees.I don't know how to combine them into a single model.Please help me

回答 (1 件)

Image Analyst
Image Analyst 2015 年 10 月 28 日

0 投票

You can use TreeBagger() to create an ensemble ("forest") of classifications trees, kind of like you did fitctree() a bunch of times, to give an improved model over just one fitctree(). Like getting the "average" of 50 or 100 trees or so.

カテゴリ

タグ

タグが未入力です。

質問済み:

2014 年 2 月 23 日

回答済み:

2015 年 10 月 28 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by