MVN

nz.ac.waikato.cms.weka : ridor

Maven & Gradle

Apr 26, 2012

ridor · An implementation of a RIpple-DOwn Rule learner. It generates a default rule first and then the exceptions for the default rule with the least (weighted) error rate. Then it generates the "best" exceptions for each exception and iterates until pure. Thus it performs a tree-like expansion of exceptions.The exceptions are a set of rules that predict classes other than the default. IREP is used to generate the exceptions. For more information about Ripple-Down Rules, see: Brian R. Gaines, Paul Compton (1995). Induction of Ripple-Down Rules Applied to Modeling Large Databases. J. Intell. Inf. Syst. 5(3):211-228.

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

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>ridor</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 : ridor gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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