mnncorrect
Batch correction with mutual nearest neighbors
Loading...
Searching...
No Matches
utils.hpp File Reference

Utilities for MNN correction. More...

#include <vector>
#include <limits>
#include <type_traits>
#include <algorithm>
#include <cstddef>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  mnncorrect
 Batch correction with mutual nearest neighbors.
 

Typedefs

typedef std::size_t mnncorrect::BatchIndex
 

Enumerations

enum class  mnncorrect::ReferencePolicy : char { INPUT , MAX_SIZE , MAX_VARIANCE , MAX_RSS }
 

Detailed Description

Utilities for MNN correction.