Please enable JavaScript.
Coggle requires JavaScript to display documents.
Decision Trees (Key Idea: Recursion (Applying this recursively, we can…
Decision Trees
Key Idea: Recursion
-
For each partition, we could choose another feature and partition further
Applying this recursively, we can construct a decision tree
-
-
-
-
φ
f : input -> values
values
-
-
-
ordinal values, integers, ...
-
-
-
-