Description Usage Arguments Details Value Examples
View source: R/bipartite.match.R
Hungarian algorithm for matching samples in a bipartite graph from a distance ("cost") matrix
1 | bipartite.match(costMatrix)
|
costMatrix |
A distance matrix giving the cost of each possible pairing |
This algorithm was cloned from RcppHungarian, an Rcpp wrapper for the original C implementation by Cong Ma (2016).
List of components "cost" and "parings", with pairings given as an n x 2 matrix
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.