|
mumosa
Multi-modal analyses of single-cell data
|
Options for compute_distance().
More...
#include <simple.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. Larger values improve stability at the risk of including biological heterogeneity into the distance. num_neighbors + 1 can also be interpreted as the expected minimum size of each subpopulation.
| int mumosa::Options::num_threads = 1 |
Number of threads to use. The parallelization mechanism is determined by knncolle::parallelize().