Filter [Obj,Double]¶
Description¶
Selects pairs by the value of the second column.
Input¶
SOURCE [OBJ,DOUBLE]
: the list of pairs to filter
Output¶
TRUE [OBJ,DOUBLE]
: the pairs for which the selection appliesFALSE [OBJ,DOUBLE]
: the pairs for which the selection does not apply
Parameters¶
Literal
: the value to compare each object’s value againstOperation
: comparison function to use (=
,!=
,<
,>
,<=
,>=
)
Output scores can be aggregated and/or normalised.