mumosa
Multi-modal analyses of single-cell data
Loading...
Searching...
No Matches
Public Attributes | List of all members
mumosa::Options Struct Reference

Options for compute_distance(). More...

#include <mumosa.hpp>

Public Attributes

int num_neighbors = 20
 
int num_threads = 1
 

Detailed Description

Options for compute_distance().

Member Data Documentation

◆ num_neighbors

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.

◆ num_threads

int mumosa::Options::num_threads = 1

Number of threads to use. The parallelization mechanism is determined by knncolle::parallelize().


The documentation for this struct was generated from the following file: