MVN

nz.ac.waikato.cms.weka : fuzzyUnorderedRuleInduction

Maven & Gradle

Jul 29, 2014

fuzzyUnorderedRuleInduction · FURIA: Fuzzy Unordered Rule Induction Algorithm. For details please see: Jens Christian Huehn, Eyke Huellermeier (2009). FURIA: An Algorithm for Unordered Fuzzy Rule Induction. Data Mining and Knowledge Discovery.

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

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

Version Vulnerabilities Updated
1.0.x
fuzzyUnorderedRuleInduction-1.0.2
fuzzyUnorderedRuleInduction-1.0.1
fuzzyUnorderedRuleInduction-1.0.0

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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