mumosa
Multi-modal analyses of single-cell data
|
Options for compute_distance()
.
More...
#include <mumosa.hpp>
Public Attributes | |
int | num_neighbors = 20 |
int | num_threads = 1 |
int mumosa::Options::num_neighbors = 20 |
Number of neighbors for the nearest neighbor search. This can be interpreted as the minimum size of each subpopulation.
int mumosa::Options::num_threads = 1 |
Number of threads to use. The parallelization mechanism is determined by knncolle::parallelize()
.