MVN

nz.ac.waikato.cms.weka : SVMAttributeEval

Maven & Gradle

Apr 26, 2012

SVMAttributeEval · Evaluates the worth of an attribute by using an SVM classifier. Attributes are ranked by the square of the weight assigned by the SVM. Attribute selection for multiclass problems is handled by ranking attributes for each class seperately using a one-vs-all method and then "dealing" from the top of each pile to give a final ranking. For more information see: I. Guyon, J. Weston, S. Barnhill, V. Vapnik (2002). Gene selection for cancer classification using support vector machines. Machine Learning. 46:389-422.

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

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

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

How to add a dependency to Maven

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

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

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

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

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

How to add a dependency to SBT Scala

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

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