Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waikato-datamining/weka

Patched versions of Weka (one per branch), as used by various ADAMS projects.
https://github.com/waikato-datamining/weka

java machine-learning weka

Last synced: about 2 months ago
JSON representation

Patched versions of Weka (one per branch), as used by various ADAMS projects.

Awesome Lists containing this project

README

        

# weka
Patched versions of Weka (one per branch), as used by various ADAMS projects.

## Deployment

* Update version in `pom.xml`

* Build and deploy artifacts

```bash
export MAVEN_OPTS="$MAVEN_OPTS -DskipTests=true"
mvn clean deploy
```