Overlap [Obj,Obj]
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,OBJ]: a list of objects (left operand)B [OBJ,OBJ]: a list of objects (right operand)
Output
INTERS [OBJ,OBJ]: the intersection betweenAandBUNION [OBJ,OBJ]: the union betweenAandBDIFF [OBJ,OBJ]: the difference betweenAandB
Output scores can be aggregated and/or normalized.