jar

nz.ac.waikato.cms.weka : DTNB

Maven & Gradle

Apr 30, 2014

DTNB · 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.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : DTNB JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : DTNB JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window DTNB-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.rules

├─ weka.classifiers.rules.DTNB.class - [JAR]

Advertisement

Dependencies from Group

Jan 27, 2022
187 usages
Jan 27, 2022
51 usages
Nov 20, 2016
3 usages
Apr 26, 2012
3 usages

Discover Dependencies

Oct 31, 2010
3 usages
Oct 31, 2010
Oct 31, 2010
1 usages
Mar 20, 2011
1 usages
Apr 14, 2015
49 stars
Apr 14, 2015
Oct 09, 2012
1 usages
0 stars