Question
Decision boundary of a decision tree: A) Is always a straight line/hyperplane in the variable space B) can have any shape: decision trees can represent
Decision boundary of a decision tree:
A) Is always a straight line/hyperplane in the variable space
B) can have any shape: decision trees can represent precisely any complex decision boundary curve (e.g. predict "class 1" whenX21 +X42>0
X12+X24>0, "class 0" otherwise)
C) Idividualsplits are performed on one variable at a time only, so the boundaries of individual regions are always aligned with some axis in the variable space, but we have multiple regions, hierarchically embedded into each other, so the resulting boundary can provide a good piecewise-linear approximation to some more complex shape.
D) Is quadratic, e.g. any curve with functional form that involves up to 2nd degrees of the predictor variables can be represented exactly.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started