Filter [Obj,Integer]

Description

Selects pairs by the value of the second column.

Input

  • SOURCE [OBJ,INTEGER]: the list of pairs to filter

  • Values [STRING] (optional): The list of values to compare against

Output

  • TRUE [OBJ,INTEGER]: the pairs for which the selection applies

  • FALSE [OBJ,INTEGER]: the pairs for which the selection does not apply

Parameters

  • Value (unless input Values is connected): the value to compare each object’s value against

  • Operation: comparison function to use (=,!=,<,>,<=,>=)

Output scores can be aggregated and/or normalised.