View source: R/bipartiteMatch.R
bipartiteMatch | R Documentation |
Hungarian algorithm for matching samples in a bipartite graph from a distance ("cost") matrix
bipartiteMatch(x)
x |
symmetric matrix giving the cost of every possible pairing |
This implementation was adapted from RcppHungarian, an Rcpp wrapper for the original C++ implementation by Cong Ma (2016).
List of "cost" and "pairs"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.