Get Set Or
 
 
 

Categories

  • Math > Statistics

Description

Outputs the logical disjunction (OR) of all Boolean values in the set. In other words this node returns true if at least one of the elements in the set is true. For example, if you want to verify if at least one weight value in a weight map is greater than 1, you can connect a greater than node into the input port.

Ports

Inputs

Value

The data set on which to perform the logical disjunction (OR).

outputs

Result

The logical disjunction (OR) of the data set.