Split [Obj,Double]¶
Description¶
Splits a two-column input [OBJ,DOUBLE]
into two separate 1-column outputs.
Input¶
SOURCE [OBJ,DOUBLE]
: a 2-column input with an object-double pair
Output¶
A [OBJ]
: the first column ofSOURCE
B [DOUBLE]
: the second column ofSOURCE
Output scores can be aggregated and/or normalised.