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

Re: how to include new algorithm in WEKA?

by Peter Reutemann-3 :: Rate this Message:

Reply to Author | View in Thread

> 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

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