Tri-Lookup (Obj)

Description

Matches one column of a triple, outputs the other two

Input

  • SOURCE [OBJ,OBJ,OBJ]: a list of triples
  • CANDS [OBJ]: a list of objects to match

Output

  • S12 [OBJ,OBJ]: Columns 1,2 of SOURCE
  • S23 [OBJ,OBJ]: Columns 2,3 of SOURCE
  • S13 [OBJ,OBJ]: Columns 1,3 of SOURCE

Output scores can be aggregated and/or normalized.