Re: BUG? Weka-Experimentor Advanced
Eibe Frank <eibe <at> cs.waikato.ac.nz>
2003-12-05 03:48:34 GMT
I couldn't reproduce the problem. Are you sure you the CLASSPATH is
correct? It seems like it couldn't find the class file in your
classpath.
BTW: There is no "InstanceResultListener", only an
"InstancesResultListener", but I assume that's just a typo.
Cheers,
Eibe
On Wednesday, December 3, 2003, at 12:02 PM,
wekalist-request <at> list.scms.waikato.ac.nz wrote:
> From: Natschl‰ger Thomas <Thomas.Natschlaeger <at> scch.at>
> Date: Tue Dec 2, 2003 8:38:25 PM Pacific/Auckland
> To: "wekalist (E-mail)" <wekalist <at> list.scms.waikato.ac.nz>
> Subject: [Wekalist] BUG? Weka-Experimentor Advanced
>
>
> Hi!
>
> Today I found that for my system (Weka 3-4, Linux) I consistently get
> the error "Can not create an example of
> weka.experiment.InstanceResultListener form the current classpath"
> when I'm trying to set up an experiment in the "Advanced" mode. Note
> that I've already used the "Simple" mode sucessfully for several
> experiments.
>
> Here is the shell script I use to start weka:
>
> #!/bin/tcsh
> setenv WEKAHOME ~/weka
> setenv CLASSPATH ${WEKAHOME}/weka.jar
> exec java -Xmx500m -jar ${WEKAHOME}/weka.jar
>
> Here is the output of java -version
>
> java version "1.4.1_02"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
> Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
>
> Any suggestion for a workaround are welcome.
>
> -thomas