How to create an ensemble of 'Tree' learners from multiple data sources ?
Afficher commentaires plus anciens
I'm working on a project to classify network traffic of Applications, since each Application is used by many users therefore I'll have multiple data sets describing the same application from multiple users and this is the case of each application. I was able to classify the Apps for one user training a tree classifier from one data set. However my aim now is to create a classifier for each user apps and then ensemble the classifiers using bagging or boosting.
therefore is there a way to create this ensemble of classifiers using same classification (learning) method from multiple data sources ?
Thank you.
Réponses (0)
Catégories
En savoir plus sur Classification dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!