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 between A and B
  • UNION [OBJ,OBJ]: the union between A and B
  • DIFF [OBJ,OBJ]: the difference between A and B

Output scores can be aggregated and/or normalized.