Author:Mark Hall & Eibe Frank
Category:Classification
Changes:Some small changes to support loading via a child classloader
Date:2016-12-08
Depends:weka (>=3.7.11)
Description:Class for building and using a decision table/naive Bayes hybrid classifier. At each point in the search, the algorithm evaluates the merit of dividing the attributes into two disjoint subsets: one for the decision table, the other for naive Bayes. A forward selection search is used, where at each step, selected attributes are modeled by naive Bayes and the remainder by the decision table, and all attributes are modelled by the decision table initially. At each step, the algorithm also considers dropping an attribute entirely from the model.

For more information, see:

Mark Hall, Eibe Frank: Combining Naive Bayes and Decision Tables. In: Proceedings of the 21st Florida Artificial Intelligence Society Conference (FLAIRS), 318-319, 2008.
License:GPL 3.0
Maintainer:Weka team <wekalist{[at]}list.scms.waikato.ac.nz>
PackageURL:http://prdownloads.sourceforge.net/weka/DTNB1.0.4.zip?download
URL:http://weka.sourceforge.net/doc.packages/DTNB
Version:1.0.4