assignment_finder: Efficient Finder of Best Assignment

Description Usage Arguments Value

View source: R/assignment_finder.R

Description

Efficient Finder of Best Assignment

Usage

1
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.


Rtropical documentation built on Nov. 10, 2021, 1:07 a.m.