R/bipartiteMatch.R
bipartiteMatch.Rd
Hungarian algorithm for matching samples in a bipartite graph from a distance ("cost") matrix
bipartiteMatch(x)
symmetric matrix giving the cost of every possible pairing
List of "cost" and "pairs"
This implementation was adapted from RcppHungarian, an Rcpp wrapper for the original C++ implementation by Cong Ma (2016).