Re: Confusion Matirx
Peter Reutemann <[email protected]>
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <CAHoQ12K8EODVmcvo--k7fxtm0LnO4d=8zfWxXmyrhLL95qJGMg@mail.gmail.com> |
> but what is the answer to my question: > > What does it mean when ALL predictions are "TRUE" You need to look at your generated model. J48 will have a certain split point, i.e., a numeric where values above get treated as one value and below as another. If all the values in your test set fall on either side, then all of them will be predicted as such, of course. Cheers, Peter -- My Open Source Blog - http://open.fracpete.org _______________________________________________ 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