Last Version

LibSVM 1.0.10

A wrapper class for the libsvm tools (the libsvm classes, typically the jar file, need to be in the classpath to use this classifier). LibSVM runs faster than SMO since it uses LibSVM to build the SVM classifier. LibSVM allows users to experiment with One-class SVM, Regressing SVM, and nu-SVM supported by LibSVM tool. LibSVM reports many useful statistics about LibSVM classifier (e.g., confusion matrix,precision, recall, ROC score, etc.)

License

License

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

LibSVM
Version

Version

1.0.10
Type

Type

jar
Description

Description

LibSVM
A wrapper class for the libsvm tools (the libsvm classes, typically the jar file, need to be in the classpath to use this classifier). LibSVM runs faster than SMO since it uses LibSVM to build the SVM classifier. LibSVM allows users to experiment with One-class SVM, Regressing SVM, and nu-SVM supported by LibSVM tool. LibSVM reports many useful statistics about LibSVM classifier (e.g., confusion matrix,precision, recall, ROC score, etc.)
Project URL

Project URL

http://weka.sourceforge.net/doc.packages/LibSVM
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://svn.cms.waikato.ac.nz/svn/weka/tags/LibSVM-1.0.10

Download LibSVM 1.0.10


<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/LibSVM/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>LibSVM</artifactId>
    <version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/LibSVM/
implementation 'nz.ac.waikato.cms.weka:LibSVM:1.0.10'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/LibSVM/
implementation ("nz.ac.waikato.cms.weka:LibSVM:1.0.10")
'nz.ac.waikato.cms.weka:LibSVM:jar:1.0.10'
<dependency org="nz.ac.waikato.cms.weka" name="LibSVM" rev="1.0.10">
  <artifact name="LibSVM" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='LibSVM', version='1.0.10')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "LibSVM" % "1.0.10"
[nz.ac.waikato.cms.weka/LibSVM "1.0.10"]

Dependencies

compile (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.7.1,)
tw.edu.ntu.csie : libsvm jar [3.1,)

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.7.1,)
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.