singlepp
A C++ library for cell type classification
Loading...
Searching...
No Matches
singlepp::TrainSingleOptions Struct Reference

Options for train_single() and friends. More...

#include <train_single.hpp>

Public Attributes

int num_threads = 1
 

Detailed Description

Options for train_single() and friends.

Member Data Documentation

◆ num_threads

int singlepp::TrainSingleOptions::num_threads = 1

Number of threads to use. The parallelization scheme is determined by tatami::parallelize().


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