Also known as: Axis aligned Condition
An axis-aligned condition is a decision-tree condition that tests only one feature at a time. It contrasts with oblique conditions, which can combine multiple features in a single split.
In a decision tree, a condition that involves only a single feature. For example, if is a feature, then the following is an axis-aligned condition: Contrast with oblique condition.