MVN

nz.ac.waikato.cms.weka : tabuAndScatterSearch

Maven & Gradle

Apr 26, 2012

tabuAndScatterSearch · Search methods contributed by Adrian Pino (ScatterSearchV1, TabuSearch). ScatterSearch: Performs an Scatter Search through the space of attribute subsets. Start with a population of many significants and diverses subset stops when the result is higher than a given treshold or there's not more improvement. For more information see: Felix Garcia Lopez (2004). Solving feature subset selection problem by a Parallel Scatter Search. Elsevier. Tabu Search: Abdel-Rahman Hedar, Jue Wangy, Masao Fukushima (2006). Tabu Search for Attribute Reduction in Rough Set Theory.

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

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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