singlepp
A C++ library for cell type classification
Loading...
Searching...
No Matches
singlepp
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
13
namespace
singlepp
{
14
19
typedef
int
DefaultIndex
;
20
25
typedef
int
DefaultLabel
;
26
31
typedef
int
DefaultRefLabel
;
32
37
typedef
double
DefaultFloat
;
38
43
typedef
double
DefaultValue
;
44
45
}
46
47
#endif
singlepp
Cell type classification using the SingleR algorithm in C++.
Definition
classify_single.hpp:19
singlepp::DefaultLabel
int DefaultLabel
Definition
defs.hpp:25
singlepp::DefaultValue
double DefaultValue
Definition
defs.hpp:43
singlepp::DefaultFloat
double DefaultFloat
Definition
defs.hpp:37
singlepp::DefaultIndex
int DefaultIndex
Definition
defs.hpp:19
singlepp::DefaultRefLabel
int DefaultRefLabel
Definition
defs.hpp:31
subpar.hpp
Generated by
1.9.8