MVN

nz.ac.waikato.cms.weka : classifierBasedAttributeSelection

Maven & Gradle

Oct 16, 2014
2 usages

classifierBasedAttributeSelection · This package provides two classes - one for evaluating the merit of individual attributes using a classifier (ClassifierAttributeEval), and second for evaluating the merit of subsets of attributes using a classifier (ClassifierSubsetEval). Both invoke a user-specified classifier to perform the evaluation, either under cross-validation or on the training data.

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

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

Version Vulnerabilities Updated
1.0.x
classifierBasedAttributeSelection-1.0.5
classifierBasedAttributeSelection-1.0.4
classifierBasedAttributeSelection-1.0.3
classifierBasedAttributeSelection-1.0.2
classifierBasedAttributeSelection-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>classifierBasedAttributeSelection</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'nz.ac.waikato.cms.weka:classifierBasedAttributeSelection:1.0.5'

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

implementation("nz.ac.waikato.cms.weka:classifierBasedAttributeSelection:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "nz.ac.waikato.cms.weka" % "classifierBasedAttributeSelection" % "1.0.5"

Advertisement