Parsing a given binary tree using python?

Posted by kaushik on Stack Overflow See other posts from Stack Overflow or by kaushik
Published on 2010-05-23T17:34:26Z Indexed on 2010/05/23 17:40 UTC
Read the original article Hit count: 603

Filed under:
|
|

Parse a binary tree,referring to given set of features,answering decision tree question at each node to decide left child or right child and find the path to leaf node according to answer given to the decision tree.. input wil be a set of feature which wil help in answering the question at each level to choose the left or right half and the output will be the leaf node..

i need help in implementing this can anyone suggest methods??

Please answer...

thanks in advance..

© Stack Overflow or respective owner

Related posts about python

Related posts about parse