libsvm-java-kernel

This project is a fork of libsvm and a project on github called libsvm-java-kernel. Its goal is to facilitate development of tree kernel methods in java. It modifies the java implementation of libsvm to allow for generic instance types, so that the kernel can be a tree kernel, string kernel, etc.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.chboston.cnlp
ArtifactId

ArtifactId

libsvm-java-kernel
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

libsvm-java-kernel
This project is a fork of libsvm and a project on github called libsvm-java-kernel. Its goal is to facilitate development of tree kernel methods in java. It modifies the java implementation of libsvm to allow for generic instance types, so that the kernel can be a tree kernel, string kernel, etc.
Project URL

Project URL

https://github.com/tmills/libsvm-java-kernel

Download libsvm-java-kernel

How to add to project

<!-- https://jarcasting.com/artifacts/org.chboston.cnlp/libsvm-java-kernel/ -->
<dependency>
    <groupId>org.chboston.cnlp</groupId>
    <artifactId>libsvm-java-kernel</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chboston.cnlp/libsvm-java-kernel/
implementation 'org.chboston.cnlp:libsvm-java-kernel:0.1.0'
// https://jarcasting.com/artifacts/org.chboston.cnlp/libsvm-java-kernel/
implementation ("org.chboston.cnlp:libsvm-java-kernel:0.1.0")
'org.chboston.cnlp:libsvm-java-kernel:jar:0.1.0'
<dependency org="org.chboston.cnlp" name="libsvm-java-kernel" rev="0.1.0">
  <artifact name="libsvm-java-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chboston.cnlp', module='libsvm-java-kernel', version='0.1.0')
)
libraryDependencies += "org.chboston.cnlp" % "libsvm-java-kernel" % "0.1.0"
[org.chboston.cnlp/libsvm-java-kernel "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0