Decision lists
Decision list is fully specified by a sequence of
In a d-decision list,
Generality
This can be writ as halfspace:
We can write conjunctions, disjunctions as decision lists.
Decision trees
DAG with internal nodes labelled with variables; leaves are labelled
Power
They include decision lists, but are strictly more powerful: can represent
Evaluation and interpretation
Apart form the overall classification error, one can consider classification errors particular to various decision paths. The leaves of the decision trees, which represent a decision path can be labeled with the error rate observed for that particular path.
t augmented Decision tree
Decision tree with t-DNF’s at leaves. t augmented Decision tree of rank
Rank of decision trees
Rank of a leaf variable is 1. Rank of decision tree (not max depth) = Max (ranks of kids) if kids have diff ranks; else rank of kid + 1. So,
Number of decision trees
Number of Decision trees =
Rank r decision tree to r+1 decision list
Easy decision list for Rank 1 subtree; Take node x with kid subtrees
Decision tree to polysize DNF f
Taking
Sparsity
As