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
9namespace singlepp {
10
15typedef int DefaultIndex;
16
21typedef int DefaultLabel;
22
27typedef int DefaultRefLabel;
28
33typedef double DefaultFloat;
34
39typedef double DefaultValue;
40
41}
42
43#endif
Cell type classification using the SingleR algorithm in C++.
Definition classify_single.hpp:20
int DefaultLabel
Definition defs.hpp:21
double DefaultValue
Definition defs.hpp:39
double DefaultFloat
Definition defs.hpp:33
int DefaultIndex
Definition defs.hpp:15
int DefaultRefLabel
Definition defs.hpp:27