Filter [Obj,Integer]¶
Description¶
Selects pairs by the value of the second column.
Input¶
SOURCE [OBJ,INTEGER]
: the list of pairs to filterValues [STRING]
(optional): The list of values to compare against
Output¶
TRUE [OBJ,INTEGER]
: the pairs for which the selection appliesFALSE [OBJ,INTEGER]
: the pairs for which the selection does not apply
Parameters¶
Value
(unless inputValues
is connected): the value to compare each object’s value againstOperation
: comparison function to use (=
,!=
,<
,>
,<=
,>=
)
Output scores can be aggregated and/or normalised.