Re: J48 Tree Traversal
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <162375672771.70825.17896674470938796406@sys-mailman-prd.its.waikato.ac.nz> |
Dear Elbe, I read the code from dumpTree and I still can not understand which type of tree traversal is used. Although the traversal proceeds with increasing depth, which would mean that Level-order tree traversal is used, it does not seem that the classic Level-order tree traversal is perform which uses a queue, in order to proceed level by level. Could you please explain? Best Regards, 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