MVN

nz.ac.waikato.cms.weka : averagedOneDependenceEstimators

Maven & Gradle

Jul 20, 2012

averagedOneDependenceEstimators · AODE achieves highly accurate classification by averaging over all of a small space of alternative naive-Bayes-like models that have weaker (and hence less detrimental) independence assumptions than naive Bayes. The resulting algorithm is computationally efficient while delivering highly accurate classification on many learning tasks. For more information, see G. Webb, J. Boughton, Z. Wang (2005). Not So Naive Bayes: Aggregating One-Dependence Estimators. Machine Learning. 58(1):5-24.

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

Latest Version

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

  • Latest Stable: 1.2.1

All Versions

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

Version Vulnerabilities Updated
1.2.x
averagedOneDependenceEstimators-1.2.1
1.0.x
averagedOneDependenceEstimators-1.0.2
averagedOneDependenceEstimators-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>averagedOneDependenceEstimators</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:averagedOneDependenceEstimators:1.2.1'

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

implementation("nz.ac.waikato.cms.weka:averagedOneDependenceEstimators:1.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "averagedOneDependenceEstimators" % "1.2.1"