is not current version
Last Version 1.0.10

nz.ac.waikato.cms.weka:LibSVM 1.0.7

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.)

Categories

Categories

Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

LibSVM
Version

Version

1.0.7
Type

Type

jar

Download LibSVM 1.0.7


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