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>
5 lines
91 B
Bash
5 lines
91 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/%%JARNAME%%" "$@"
|