Interruptible WEKA

A WEKA fork which allows to interrupt training and prediction procedures of the models.

License

License

GroupId

GroupId

ai.libs.thirdparty
ArtifactId

ArtifactId

interruptible-weka
Last Version

Last Version

0.1.6
Release Date

Release Date

Type

Type

jar
Description

Description

Interruptible WEKA
A WEKA fork which allows to interrupt training and prediction procedures of the models.
Source Code Management

Source Code Management

https://github.com/mwever/weka

Download interruptible-weka

How to add to project

<!-- https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-weka/ -->
<dependency>
    <groupId>ai.libs.thirdparty</groupId>
    <artifactId>interruptible-weka</artifactId>
    <version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-weka/
implementation 'ai.libs.thirdparty:interruptible-weka:0.1.6'
// https://jarcasting.com/artifacts/ai.libs.thirdparty/interruptible-weka/
implementation ("ai.libs.thirdparty:interruptible-weka:0.1.6")
'ai.libs.thirdparty:interruptible-weka:jar:0.1.6'
<dependency org="ai.libs.thirdparty" name="interruptible-weka" rev="0.1.6">
  <artifact name="interruptible-weka" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.libs.thirdparty', module='interruptible-weka', version='0.1.6')
)
libraryDependencies += "ai.libs.thirdparty" % "interruptible-weka" % "0.1.6"
[ai.libs.thirdparty/interruptible-weka "0.1.6"]

Dependencies

compile (11)

Group / Artifact Type Version
nz.ac.waikato.cms.weka.thirdparty : bounce jar 0.18
nz.ac.waikato.cms.weka.thirdparty : java-cup-11b jar 2015.03.26
nz.ac.waikato.cms.weka.thirdparty : java-cup-11b-runtime jar 2015.03.26
net.sourceforge.f2j : arpack_combined_all jar 0.1
org.apache.commons : commons-compress jar 1.10
de.jflex : jflex jar 1.6.1
com.github.fommil.netlib : core jar 1.1.2
io.github.andreas-solti.matrix-toolkits-java : mtj jar 1.0.8
javax.xml.bind : jaxb-api jar 2.3.1
org.glassfish.jaxb : jaxb-runtime jar 2.3.1
org.slf4j : slf4j-api jar 1.7.25

runtime (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

weka (mirror)

NOTE The owner of this repository has no affiliation with official WEKA project. This repo is periodically updated as a kindness to others who have shown interest in it. It can take several hours to checkout the full official WEKA subversion repository and several minutes just to update with any new commits. Therefore, this exists to provide an easy way to access and peruse the WEKA source using git, nothing more.


This is a git mirror of the The University of Waikato machine learning project WEKA.

Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.

The official WEKA source code is hosted using subversion at the Waikato SVN server.

The current version of WEKA is licensed under the GNU General Public license version 3.0.

Use the weka-trunk branch to follow the official code base under active development at the University of Waikato.

Versions

Version
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0