Re: J48 Tree Traversal
Eibe Frank <[email protected]>
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <CADehzLWBYY7u0vKiEexo0g5t28W7RwcXv-2muT9y-VQdxrKagw@mail.gmail.com> |
Take a look at the dumpTree() method in ClassifierTree.java: https://svn.cms.waikato.ac.nz/svn/weka/trunk/weka/src/main/java/weka/classifiers/trees/j48/ClassifierTree.java Cheers, EIbe On Tue, Jun 15, 2021 at 10:55 PM <[email protected]> wrote: > In the method toString() that prints the C4.5 tree, which method > for tree traversal is used? Pre-order, Post-order or Level-order? > If the Level-order technique is not used, which changes are > required in order to make the tree traversal technique Level-order? > > Thank you in advance, > > Spyros Halkidis > _______________________________________________ > 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 > _______________________________________________ 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