MVN

nz.ac.waikato.cms.weka : costSensitiveAttributeSelection

Maven & Gradle

Apr 29, 2014

costSensitiveAttributeSelection · This package provides two meta attribute selection evaluators - one for performing cost-sensitive attribute evaluation (CostSensitiveAttributeEval) and a second for performing cost-sensitive subset evaluation (CostSensitiveSubsetEval). Both methods take a cost matrix and a base evaluator. If the base evaluator can handle instance weights, then the training data is weighted according to the cost matrix, otherwise the training data is sampled according to the cost matrix.

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

Latest Version

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

  • Latest Stable: 1.0.3

All Versions

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

Version Vulnerabilities Updated
1.0.x
costSensitiveAttributeSelection-1.0.3
costSensitiveAttributeSelection-1.0.2
costSensitiveAttributeSelection-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>costSensitiveAttributeSelection</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:costSensitiveAttributeSelection:1.0.3'

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

implementation("nz.ac.waikato.cms.weka:costSensitiveAttributeSelection:1.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "costSensitiveAttributeSelection" % "1.0.3"