mnncorrect
Batch correction with mutual nearest neighbors
Loading...
Searching...
No Matches
ReferencePolicy.hpp
Go to the documentation of this file.
1#ifndef MNNCORRECT_REFERENCE_POLICY_HPP
2#define MNNCORRECT_REFERENCE_POLICY_HPP
3
10namespace mnncorrect {
11
28enum class ReferencePolicy : char { INPUT, MAX_SIZE, MAX_VARIANCE, MAX_RSS };
29
30}
31
32#endif
Batch correction with mutual nearest neighbors.
Definition compute.hpp:23
ReferencePolicy
Definition ReferencePolicy.hpp:28