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

Utilities for MNN correction. More...

#include <vector>
#include <algorithm>
#include <memory>
#include <cstddef>
#include "knncolle/knncolle.hpp"
#include "subpar/subpar.hpp"
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::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)
 

Detailed Description

Utilities for MNN correction.