mnncorrect
Batch correction with mutual nearest neighbors
Loading...
Searching...
No Matches
mnncorrect.hpp
Go to the documentation of this file.
1#ifndef MNNCORRECT_HPP
2#define MNNCORRECT_HPP
3
4#include "Options.hpp"
5#include "ReferencePolicy.hpp"
6#include "compute.hpp"
7
17namespace mnncorrect {}
18
19#endif
Options for MNN correction.
Automatic choice for the reference batch.
Compute the MNN correction.
Batch correction with mutual nearest neighbors.
Definition compute.hpp:23