assignment_finder: Efficient Finder of Best Assignment

View source: R/assignment_finder.R

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


HoujieWang/Rtropical documentation built on May 18, 2022, 11:56 a.m.