Caesar AI Atlas

Binary Condition

Caesar AI Atlas Definition

A binary condition is a decision-tree condition that has exactly two possible outcomes, such as yes or no, true or false, or left branch versus right branch. It is commonly used to split data during tree-based model inference or training.

Other Definitions

Binary Condition Source

In a decision tree, a condition that has only two possible outcomes, typically yes or no. For example, the following is a binary condition: Contrast with non-binary condition. See Types of conditions in the Decision Forests course for more information.

Related Terms