Hi @kom ,
I don't know the exact algorithm that JMP uses when splitting the decision trees, however, conceptually, it is working as intended and not contradicting itself. If you look at the other splits of your decision tree, you can see that other attributes are also used multiple times. What isn't used multiple times is the same value.
In your example, at the node where the air pressure is >=42, JMP is simply using that as a decision point to separate out the data. At the next node, JMP is saying that for all those instances where air pressure is >=42, it makes an additional split where the air pressure is still >=42, but is (>=42 and also <45) OR it's (>=42 and also >45).
How are you using BOTH 10-fold cross validation and a holdback of 30%. Typically, you would only use one type of validation method.
DS