singlepp
A C++ library for cell type classification
Loading...
Searching...
No Matches
defs.hpp
Go to the documentation of this file.
1#ifndef SINGLEPP_DEFS_HPP
2#define SINGLEPP_DEFS_HPP
3
9#ifndef SINGLEPP_CUSTOM_PARALLEL
10#include "subpar/subpar.hpp"
11#endif
12
13namespace singlepp {
14
19typedef int DefaultIndex;
20
25typedef int DefaultLabel;
26
31typedef int DefaultRefLabel;
32
37typedef double DefaultFloat;
38
43typedef double DefaultValue;
44
45}
46
47#endif
Cell type classification using the SingleR algorithm in C++.
Definition classify_single.hpp:19
int DefaultLabel
Definition defs.hpp:25
double DefaultValue
Definition defs.hpp:43
double DefaultFloat
Definition defs.hpp:37
int DefaultIndex
Definition defs.hpp:19
int DefaultRefLabel
Definition defs.hpp:31