Caesar AI Atlas

Non-binary Condition

Also known as: Non binary Condition

Caesar AI Atlas Definition

A non-binary condition is a decision-tree condition that can branch into more than two possible outcomes. It is useful when a feature naturally has several distinct values or categories that should be handled separately.

Other Definitions

Non-binary Condition Source

A condition containing more than two possible outcomes. For example, the following non-binary condition contains three possible outcomes: !A condition (number_of_legs = ?) that leads to three possible outcomes. One outcome (number_of_legs = 8) leads to a leaf named spider. A second outcome (number_of_legs = 4) leads to a leaf named dog. A third outcome (number_of_legs = 2) leads to a leaf named penguin. See Types of conditions in the Decision Forests course for more information.

Related Terms