Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/waikato-datamining/weka
- Owner: waikato-datamining
- License: gpl-3.0
- Created: 2018-01-11T01:25:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T03:39:45.000Z (5 months ago)
- Last Synced: 2024-07-30T07:19:59.068Z (5 months ago)
- Topics: java, machine-learning, weka
- Homepage: https://www.cs.waikato.ac.nz/ml/weka/
- Size: 19.7 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```