Sunday, March 21, 2010

InstanceViewer

in InstanceViewer/bin:

java Viewer -sv 0 3 /media/TOSHIBA/SongCorpus/blues/blues8000/1024Song.arff /media/TOSHIBA/SongCorpus/blues/blues8000/1026Song.arff


java Viewer -av 0 3 4 /media/TOSHIBA/SongCorpus/blues/blues8000/1024Song.arff /media/TOSHIBA/SongCorpus/blues/blues8000/1026Song.arff


ps make sure weka.jar and weka-src.jar are located at usr/lib/jvm/java6/jre/lib/ext

Monday, March 8, 2010

Compiling java program with imported library

For linux users:
put all the libraries (.jar) into your jre/lib/ext then compile as usual.

note that if you use synaptic to install your jdk, the location of your jdk is at /usr/lib/jvm/jdk6..