Search code examples
javamachine-learningweka

how to programmatically create ensembles in weka?


Does there already exist a class in weka that takes care of voting/averaging different models, or do I have to come up with my own scheme?

I already looked for that kind of functionality on the web, but I couldn't find any specific information.


Solution

  • Sure, it already exists. Please check class Vote.