Parsing a given binary tree using python?
- by kaushik
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..