decision_tree (314B)
1 # Decision tree 2 3 A way to represent a [Boolean_function] 4 5 Generalization: [bdd] 6 7 The [boolean_function_equivalence] problem on decision trees can be solved in [quadratic] time, cf [cockett1987discrete] and [zantema1998equivalence] 8 9 Up: [knowledge_compilation_formalisms] 10 11 Aliases: decision trees 12 13 See also: [tree]