MVN

nz.ac.waikato.cms.weka : consistencySubsetEval

Maven & Gradle

Oct 16, 2014

consistencySubsetEval · Evaluates the worth of a subset of attributes by the level of consistency in the class values when the training instances are projected onto the subset of attributes. The consistency of any subset can never be lower than that of the full set of attributes, hence the usual practice is to use this subset evaluator in conjunction with a Random or Exhaustive search which looks for the smallest subset with consistency equal to that of the full set of attributes. See: H. Liu, R. Setiono: A probabilistic approach to feature selection - A filter solution. In: 13th International Conference on Machine Learning, 319-327, 1996.

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

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
consistencySubsetEval-1.0.4
consistencySubsetEval-1.0.3
consistencySubsetEval-1.0.2
consistencySubsetEval-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>consistencySubsetEval</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : consistencySubsetEval gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:consistencySubsetEval:1.0.4'

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

implementation("nz.ac.waikato.cms.weka:consistencySubsetEval:1.0.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "consistencySubsetEval" % "1.0.4"