예제 #1
0
def q13():
    tree = DecisionTree()
    tree.fit(*load_train())
    print tree.__prepr__()
    print tree.node_count