License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.chboston.cnlp |
ArtifactId | ArtifactIdlibsvm-java-kernel |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlibsvm-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 |
Filename | Size |
---|---|
libsvm-java-kernel-0.1.0.pom | |
libsvm-java-kernel-0.1.0.jar | 42 KB |
libsvm-java-kernel-0.1.0-sources.jar | 22 KB |
libsvm-java-kernel-0.1.0-javadoc.jar | 85 KB |
Browse |
<!-- 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"]