Caesar AI Atlas

Axis-aligned Condition

Also known as: Axis aligned Condition

Caesar AI Atlas Definition

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.

Other Definitions

Axis-aligned Condition Source

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.

Related Terms