mnncorrect
Batch correction with mutual nearest neighbors
Loading...
Searching...
No Matches
Public Attributes | List of all members
mnncorrect::Details Struct Reference

Correction details from compute(). More...

#include <compute.hpp>

Public Attributes

std::vector< size_t > merge_order
 
std::vector< size_t > num_pairs
 

Detailed Description

Correction details from compute().

Member Data Documentation

◆ merge_order

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.

◆ num_pairs

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.


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