r

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.
http://weka.sourceforge.net/doc.packages/ridor
GNU General Public License 3
University of Waikato, Hamilton, NZ
Xin XU
Files download
File Operation
ridor-1.0.2.jar download
ridor-1.0.2.pom download
ridor-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>ridor</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:ridor:1.0.2'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:ridor:1.0.2")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "ridor" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='ridor', version='1.0.2')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="ridor" rev="1.0.2" />
Leiningen
[nz.ac.waikato.cms.weka/ridor "1.0.2"]
Apache Buildr
'nz.ac.waikato.cms.weka:ridor:jar:1.0.2'