MVN

nz.ac.waikato.cms.weka : naiveBayesTree

Maven & Gradle

Apr 26, 2012

naiveBayesTree · Class for generating a decision tree with naive Bayes classifiers at the leaves. For more information, see Ron Kohavi: Scaling Up the Accuracy of Naive-Bayes Classifiers: A Decision-Tree Hybrid. In: Second International Conference on Knoledge Discovery and Data Mining, 202-207, 1996.

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

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

Version Vulnerabilities Updated
1.0.x
naiveBayesTree-1.0.2
naiveBayesTree-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>naiveBayesTree</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:naiveBayesTree:1.0.2'

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

implementation("nz.ac.waikato.cms.weka:naiveBayesTree:1.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "naiveBayesTree" % "1.0.2"