Caesar AI Atlas

Oblique Condition

Caesar AI Atlas Definition

An oblique condition is a decision-tree condition that depends on more than one feature. Unlike an axis-aligned condition, it can split data using relationships between features rather than a threshold on a single feature.

Other Definitions

Oblique Condition Source

In a decision tree, a condition that involves more than one feature. For example, if height and width are both features, then the following is an oblique condition: height > width Contrast with axis-aligned condition. See Types of conditions in the Decision Forests course for more information.

Related Terms