Split [Obj,Obj,Double]¶
Description¶
Splits a three-column input [OBJ,OBJ,DOUBLE]
into separate 2-column outputs.
Input¶
SOURCE [OBJ,OBJ,DOUBLE]
: a 3-column input
Output¶
AB [OBJ,OBJ]
: the first and second columns ofSOURCE
AC [OBJ,DOUBLE]
: the first and third columns ofSOURCE
BC [OBJ,DOUBLE]
: the second and third columns ofSOURCE
Output scores can be aggregated.