DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : DTNB Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file DTNB-1.0.3-javadoc.jar to DTNB-1.0.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder DTNB-1.0.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "DTNB-1.0.3-sources.jar" -d "DTNB-1.0.3-javadoc" -subpackages 

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