MVN

nz.ac.waikato.cms.weka : alternatingDecisionTrees

Maven & Gradle

Apr 27, 2014

alternatingDecisionTrees · Binary-class and multi-class alternating decision trees. For more information see: Freund, Y., Mason, L.: The alternating decision tree learning algorithm. In: Proceeding of the Sixteenth International Conference on Machine Learning, Bled, Slovenia, 124-133, 1999. Geoffrey Holmes, Bernhard Pfahringer, Richard Kirkby, Eibe Frank, Mark Hall: Multiclass alternating decision trees. In: ECML, 161-172, 2001.

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

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

Version Vulnerabilities Updated
1.0.x
alternatingDecisionTrees-1.0.5
alternatingDecisionTrees-1.0.4
alternatingDecisionTrees-1.0.3
alternatingDecisionTrees-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>alternatingDecisionTrees</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:alternatingDecisionTrees:1.0.5'

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

implementation("nz.ac.waikato.cms.weka:alternatingDecisionTrees:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "alternatingDecisionTrees" % "1.0.5"