singlepp
A C++ library for cell type classification
|
Output buffers for classify_single()
.
More...
#include <classify_integrated.hpp>
Public Attributes | |
RefLabel_ * | best |
std::vector< Float_ * > | scores |
Float_ * | delta |
Output buffers for classify_single()
.
RefLabel_ | Integer type for the label to represent each reference. |
Float_ | Floating-point type for the correlations and scores. |
Pointer to an array of length equal to the number of test cells. On output, this is filled with the index of the assigned label for each cell.
Float_* singlepp::ClassifyIntegratedBuffers< RefLabel_, Float_ >::delta |
Pointer to an array of length equal to the number of test cells. On output, this is filled with the difference between the highest and second-highest scores, possibly after fine-tuning. This may also be NULL
in which case the deltas are not reported.
std::vector<Float_*> singlepp::ClassifyIntegratedBuffers< RefLabel_, Float_ >::scores |
Vector of length equal to the number of labels. Each entry contains a pointer to an array of length equal to the number of test cells. On output, this is filled with the (non-fine-tuned) score for each label for each cell. Any pointer may be NULL
in which case the scores for that label will not be reported.