mnncorrect
Batch correction with mutual nearest neighbors
|
Utilities for MNN correction. More...
#include <vector>
#include <algorithm>
#include <memory>
#include <cstddef>
#include "knncolle/knncolle.hpp"
#include "subpar/subpar.hpp"
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::MergePolicy : char { INPUT , SIZE , VARIANCE , RSS } |
Functions | |
template<typename Task_ , class Run_ > | |
void | mnncorrect::parallelize (int num_workers, Task_ num_tasks, Run_ run_task_range) |
Utilities for MNN correction.