mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
3775cead77
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. WWW: http://www.cs.waikato.ac.nz/ml/weka/ PR: ports/108143 Submitted by: Simon Olofsson <simon at olofsson.de>
6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/%%JARNAME%%" "$@"
|