mnncorrect
Batch correction with mutual nearest neighbors
Loading...
Searching...
No Matches
mnncorrect::Details Struct Reference

Correction details from compute(). More...

#include <compute.hpp>

Public Attributes

std::vector< BatchIndexmerge_order
 
std::vector< unsigned long long > num_pairs
 

Detailed Description

Correction details from compute().

Member Data Documentation

◆ merge_order

std::vector<BatchIndex> 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.

◆ num_pairs

std::vector<unsigned long long> mnncorrect::Details::num_pairs

Number of MNN pairs identified at each merge step. This is of length one less than merge_order.


The documentation for this struct was generated from the following file: