mnncorrect
Batch correction with mutual nearest neighbors
Loading...
Searching...
No Matches
mnncorrect::Batch< Index_ > Struct Template Reference

Start and size of each batch. More...

#include <utils.hpp>

Public Attributes

Index_ start = 0
 
Index_ size = 0
 

Detailed Description

template<typename Index_>
struct mnncorrect::Batch< Index_ >

Start and size of each batch.

Template Parameters
Index_Integer type of the observation indices.

Member Data Documentation

◆ size

template<typename Index_ >
Index_ mnncorrect::Batch< Index_ >::size = 0

Size of each batch, i.e., the number of observations in the batch.

◆ start

template<typename Index_ >
Index_ mnncorrect::Batch< Index_ >::start = 0

Starting index of each batch, i.e., the index of the first observation in the batch.


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