On the feature space, the classification tree will cut the large rectangle [0, 5] × [0, 4] into small rectangles.
On the feature space, the region corresponding to the leaves of the classification tree are not necessarily rectangles.
In order to make the classification tree method work well, we have to assume distributional assumption on x1 and x2.
We can use the classification tree to predict the class probabilities of y.