How to resume training a Classifica​tionBagged​Ensemble object with new data ??

2 views (last 30 days)
I built Random forest for classification using fitcensemble and trained it with some data (data1) and got ClassificationBaggedEnsemble object (ens). Now I have some more data (data2) and so I want to resume (continue) training this ensemble (ens) with this NEW data.. Can I do so? if yes, then how please?? Thanks in advance..
  1 Comment
Nada Sherif
Nada Sherif on 23 Jan 2018
I need to update the trained classifier (treeBagger or fitensemble) means continue training on some new data without overwriting the previous training..

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!