If Then Else¶
Description¶
If the condition is satisfied on the IF
input, the THEN
input is returned. Otherwise, the ELSE
input is returned.
Input¶
IF [OBJ]
THEN [OBJ]
: a list of objects (THEN
result)ELSE [OBJ]
: a list of objects (ELSE
result)
Output¶
RESULT
: EitherTHEN
orELSE
Parameters¶
Condition
: The condition to be satisfied on theIF
inputnon-empty set
: true ifIF
is not empty
Output scores can be aggregated and/or normalised.