Author:Bernhard Pfahringer and Peter Reutemann
Category:Ensemble learning
Changes:Code clean-up: generic type arguments, elimination of FastVector, clean-up of option handling.
Date:2013-12-03
Depends:weka (>=3.7.11)
Description:This meta classifier creates a number of disjoint, stratified folds out of the data and feeds each chunk of data to a copy of the supplied base classifier. Predictions are made via majority vote, since all the generated base classifiers are put into the Vote meta classifier.
Useful for base classifiers that are quadratic or worse in time behavior, regarding number of instances in the training data.

For more information, see:
Ting, K. M., Witten, I. H.: Stacking Bagged and Dagged Models. In: Fourteenth international Conference on Machine Learning, San Francisco, CA, 367-375, 1997.
License:GPL 3.0
Maintainer:Weka team <wekalist{[at]}list.scms.waikato.ac.nz>
PackageURL:http://prdownloads.sourceforge.net/weka/dagging1.0.3.zip?download
URL:http://weka.sourceforge.net/doc.packages/dagging
Version:1.0.3