mnncorrect
Batch correction with mutual nearest neighbors
|
Correction details from compute()
.
More...
#include <compute.hpp>
Public Attributes | |
std::vector< size_t > | merge_order |
std::vector< size_t > | num_pairs |
Correction details from compute()
.
std::vector<size_t> mnncorrect::Details::merge_order |
Order in which batches are merged. The first entry is the index/ID of the batch used as the reference, and the remaining entries are merged to the reference in the listed order.
std::vector<size_t> mnncorrect::Details::num_pairs |
Number of MNN pairs identified at each merge step. This is of length one less than merge_order
.