Suppose I want to use CART as classification tree (I want a categorical response). I have the training set, and I split it using observation labels.
Now, to build the decision tree (classification tree) how are selected the features to decide which label apply to testing observations?
Supposing we are working on gene expression matrix, in which each element is a real number, is that done using features that are more distant between classes?