MVN

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.

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>DTNB</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : DTNB to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of nz.ac.waikato.cms.weka : DTNB to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
DTNB-1.0.3
DTNB-1.0.2
DTNB-1.0.1

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : DTNB maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>DTNB</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : DTNB gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:DTNB:1.0.3'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : DTNB gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:DTNB:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : DTNB sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "DTNB" % "1.0.3"

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