简体   繁体   中英

Does MATLAB's TreeBagger perform cross validation?

I'm wondering if MATLAB's TreeBagger performs cross validation?

If so, what are the default parameters that TreeBagger uses for this?

Cross validation can be applied to TreeBagger using the crossval function.

fitctree also has a cross validation option.

TreeBagger does not perform cross validation itself.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM