Hello everyone:
The problem that brings me here today should not be very complicated, but I can not think of any way to solve it.
The question is this: When we use a decision tree it returns a series of information that in my case it would be useful to know. First, it would be useful to know what is the way you are following to make a new classification; and second, I would like to know what is the distribution in that rule and the number of examples of the total that classify me in it. This is possible to see when we place the cursor on the final leaf of the tree on the diagram, but how could I know all this automatically if I want to classify a new example?