License |
License |
---|---|
Categories |
CategoriesWeka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdLibLINEAR |
Last Version | Last Version1.9.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLibLINEAR
A wrapper class for the liblinear tools (the liblinear classes, typically the jar file, need to be in the classpath to use this classifier). Rong-En Fan, Kai-Wei Chang, Cho-Jui Hsieh, Xiang-Rui Wang, Chih-Jen Lin (2008). LIBLINEAR - A Library for Large Linear Classification.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
LibLINEAR-1.9.7.pom | |
LibLINEAR-1.9.7.jar | 13 KB |
LibLINEAR-1.9.7-tests.jar | 4 KB |
LibLINEAR-1.9.7-test-sources.jar | 1 KB |
LibLINEAR-1.9.7-sources.jar | 8 KB |
LibLINEAR-1.9.7-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/LibLINEAR/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>LibLINEAR</artifactId>
<version>1.9.7</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/LibLINEAR/
implementation 'nz.ac.waikato.cms.weka:LibLINEAR:1.9.7'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/LibLINEAR/
implementation ("nz.ac.waikato.cms.weka:LibLINEAR:1.9.7")
'nz.ac.waikato.cms.weka:LibLINEAR:jar:1.9.7'
<dependency org="nz.ac.waikato.cms.weka" name="LibLINEAR" rev="1.9.7">
<artifact name="LibLINEAR" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='LibLINEAR', version='1.9.7')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "LibLINEAR" % "1.9.7"
[nz.ac.waikato.cms.weka/LibLINEAR "1.9.7"]
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
de.bwaldvogel : liblinear | jar | [1.95,) |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
junit : junit | jar | 3.8.2 |