find.match | R Documentation |
Given a small matrix of distances, find the best column-row pairing that minimize the sum of distances of the matched pairs.
find.match(a, unacceptable = 4)
a |
A matrix of distances. |
unacceptable |
A distance larger than which cannot be accepted as pairs. |
A matrix the same dimension as the input matrix, with matched position taking value 1, and all other positions taking value 0.
Tianwei Yu <tyu8@emory.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.