Clarification on MultiClassClassifier
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <162306962139.113146.9115276789076515880@sys-mailman-prd.its.waikato.ac.nz> |
Hi, looking at the documentation [https://www.cs.waikato.ac.nz/ml/weka/Witten_et_al_2016_appendix.pdf] it seems that whenever a MultiClassClassifier is used, the multi-class problem is treated as a binary one (I guess comparing one class vs the rest). However, there is no reference on how the problem is handled without toning the base classifier. To be clear: 1. if I use i.e. a Random Forest or J48 classifiers for multiclass classification, is the problem treated as a binary one by default? 2. How can I understand if the problem is handled as binary or multiclass? _______________________________________________ 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