optimize_matching | R Documentation |
optimize matching scores through batching
optimize_matching(cost_matrix, batch_size = 10000, epochs = 1, verbose = TRUE)
cost_matrix |
matrix containing mapping cost for each cell |
batch_size |
int - number of cells to be assigned to each batch |
verbose |
logical - output progress messages |
epoch |
number of epochs to run the optimization |
list with best matching cell pairs (data.frame) and total cost at each epoch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.