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