MVN

nz.ac.waikato.cms.weka : fuzzyLaticeReasoning

Maven & Gradle

Apr 26, 2012

fuzzyLaticeReasoning · The Fuzzy Lattice Reasoning Classifier uses the notion of Fuzzy Lattices for creating a Reasoning Environment. The current version can be used for classification using numeric predictors. For more information see: I. N. Athanasiadis, V. G. Kaburlasos, P. A. Mitkas, V. Petridis: Applying Machine Learning Techniques on Air Quality Data for Real-Time Decision Support. In: 1st Intl. NAISO Symposium on Information Technologies in Environmental Engineering (ITEE-2003), Gdansk, Poland, 2003; V. G. Kaburlasos, I. N. Athanasiadis, P. A. Mitkas, V. Petridis (2003). Fuzzy Lattice Reasoning (FLR) Classifier and its Application on Improved Estimation of Ambient Ozone Concentration.

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

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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