1 Oct 2002 01:50
Re: problem in installation of weka
Olumide <50295 <at> web.de>
2002-09-30 23:50:34 GMT
2002-09-30 23:50:34 GMT
> > > > I tried to apply the instruction : java weka.classifiers.j48.J48 >-t weather.arff > >to test the j48 algo but i get this messge: > >Weka exception: Can't open file weather.arff (The system cannot find the >file specified). > It looks like you are trying the command-line version of Weka. (The problem is that you need to tell Weka where to find the file weather.arff, so you will have to specify a path along with the filename e.g. D:\Work\weather.arff I think its best you started learning Weka with the GUI versions. You can find an excellent tutorial at: http://www.chem-eng.utoronto.ca/~datamining/Tutorials/Experiments.pdf. I learnt using it myself ... Best Wishes - Olumide
RSS Feed