Probabilities to Columns (3)
Description
Takes a list of candidate objects CANDS
and three lists of objects A
, B
, C
.
For each object in CANDS, return the probability in each of the lists as an explicit double column.
The probability is taken from CANDS
and propagated as is.
Input
CANDS [OBJ]
: a list of objects.RESULT
will contain these objectsA [OBJ]
: a list of objects from which to take probabilitiesB [OBJ]
: a list of objects from which to take probabilitiesC [OBJ]
: a list of objects from which to take probabilities
Output
RESULT [OBJ]
: the objects inCANDS
, with their probabilities from the lists as double columns