Re: command line weka
Christian Schulz <ozric <at> web.de>
2003-02-04 15:31:09 GMT
Cupidil,
Store the model with the -d option
java weka.classifiers.j48.J48 -t c:\train.arff -d model1.mod
and then load it with the -l option
java weka.classifiers.j48.J48 -l model1.mod -T c:\test1.arff
The answer comes from gabi, January,8,2003 !
christian
----- Original Message -----
From: "Cupidil" <cupidil <at> yahoo.com>
To: "Christian Schulz" <ozric <at> web.de>; <wekalist <at> list.scms.waikato.ac.nz>
Sent: Tuesday, February 04, 2003 4:11 PM
Subject: Re: [Wekalist] command line weka
> Thanks Christian!
>
> I've read the README file but it doesn't mention how
> can I commit a test on a new data using a trained
> data.
>
>
> Thanks,
> Cupidil
>
> --- Christian Schulz <ozric <at> web.de> wrote:
> > i.e.
> > java weka.associations.Apriori -t
(Continue reading)