assignment_finder {Rtropical} | R Documentation |
Efficient Finder of Best Assignment
Description
Efficient Finder of Best Assignment
Usage
assignment_finder(P, Q, t = 25)
Arguments
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. |
Value
A matrix with each row a unique assignment, starting from the best assignment and ending with the worst.
[Package Rtropical version 1.2.1 Index]