Re: Help

Peter Reutemann <[email protected]> Fri, 11 Aug 2023 17:11:05 +1200
Newsgroups gmane.comp.ai.weka
Message-ID <CAHoQ12LmFt-vh11oLyeOQ3EcHn1Bzabjro534XQUtxsDNM9CCQ@mail.gmail.com>
> how to add an evaluation metric in Weka like G-mean. what is the process of adding new columns to my weka interface.

Weka allows you to plug in additional metrics. You can develop one
yourself in Java, e.g., as a Weka package. Here are some pointers:
- Pluggable evaluation metrics
  https://waikato.github.io/weka-wiki/faqs/pluggable_evaluation_metrics/
- Details on Weka packages
  https://waikato.github.io/weka-wiki/packages/structure/

Here is the source code for the percentageErrorMetrics package, which
you can possible use as a template:
https://git.cms.waikato.ac.nz/weka/weka/-/tree/main/trunk/packages/internal/percentageErrorMetrics

Cheers, Peter
-- 
Peter Reutemann
Dept. of Computer Science
University of Waikato, Hamilton, NZ
Mobile +64 22 190 2375
https://www.cs.waikato.ac.nz/~fracpete/
http://www.data-mining.co.nz/
_______________________________________________
Wekalist mailing list -- [email protected]
Send posts to [email protected]
To unsubscribe send an email to [email protected]
To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz
List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html