Transform probability [Obj,Double]¶
Description¶
Transforms probabilities of all pairs in SOURCE.
Input¶
SOURCE [OBJ,DOUBLE]: a list of objects
Output¶
RESULT [OBJ,DOUBLE]: a list of objects with transformed probabilities
Parameters¶
Transformation: how to transform the probabilityp(which is in the range]0,1]) of each item in inputCOMPLEMENT:p = 1 - pINVERSE:p = 1 / pCONSTANT(Value):p = ValuePRIOR(Value):p = Value * pRANDOM:p =a random number in the range]0,1]RANKING: keeps the same ranking as in input, but distributes the probabilities more regularly.