Overlap
Description
Computes set operations (intersection, union, difference) between inputs A
and B
.
By default, no duplicate elimination is performed. Use Score aggregation
parameter to change that.
Input
A [OBJ]
: a list of objects (left operand)B [OBJ]
: a list of objects (right operand)
Output
INTERS [OBJ]
: the intersection betweenA
andB
UNION [OBJ]
: the union betweenA
andB
DIFF [OBJ]
: the difference betweenA
andB
Output scores can be aggregated and/or normalized.