« Return to Thread: Question regarding load the trained model and test on original dataset

RE: how to include new algorithm in WEKA?

by sunil agrawal :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.

 
> From: fracpete@...

> Date: Sun, 31 May 2009 18:00:53 +1200
> Subject: Re: [Wekalist] how to include new algorithm in WEKA?
> To: wekalist@...
>
> > I,ve gone thorugh that, and I think the matter under the heading of
> > "Multiple Class Hierarchieis" tells how to add a new algorithm in WEKA. But
> > I don't know where to write all those commands whether in Simple CLI, or in
> > console of WEKA, or else somewhere?
>
> "java" commands are normally referring to the console. As you have to
> modify Weka's setup, you can't issue those commands from inside Weka.
>
> > Guide me as I am new to WEKA, as well as
> > JAVA and I am trying to do this job first time.
>
> What version of Weka are you using?
>
> Here's the executive summary for 3.6.0:
> - place a GenericPropertiesCreator.props file in your home directory
> - enable automatic class discovery in the props file ("UseDynamic=true")
> - add the package of your clusterer to the list under the property
> "weka.clusterers.Clusterer"
> - start up Weka again
>
> Cheers, Peter
> --
> Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ
> http://www.cs.waikato.ac.nz/~fracpete/ Ph. +64 (7) 858-5174
>
> _______________________________________________
> Wekalist mailing list
> Send posts to: Wekalist@...
> List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
> List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html
 
 
 
>>> hi , in the steps mentioned above-
  ---- place a GenericPropertiesCreator.props file in your
home directory
 
(1) how do i place this file in my home directory
 as i was unable to locate the generic properties creator.props file ?????????? (steps please)
(how to locate ??)
(how to place??)
 
(2) i have tried the following command to get
the file -:

java weka.gui.GenericPropertiesCreator \

weka/gui/GenericPropertiesCreator.props \

%userprofile%/GenericObjectEditor.props

 

(no sucess)

 

-- what should i type in %userprofile% .. i am using xp

professional . and weka is in c:\program file\weka-3-5\


 


Get easy photo sharing with Windows Live™ Photos. Drag n’ drop
_______________________________________________
Wekalist mailing list
Send posts to: Wekalist@...
List info and subscription status: https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html

 « Return to Thread: Question regarding load the trained model and test on original dataset