assignment_finder {Rtropical} | R Documentation |
Efficient Finder of Best Assignment
assignment_finder(P, Q, t = 25)
P |
a data matrix of the first category. |
Q |
a data matrix of the second category. |
t |
a numeric value controlling the number of selected best assignments. |
A matrix with each row a unique assignment, starting from the best assignment and ending with the worst.