|
singlepp
A C++ library for cell type classification
|
Results of classify_single() and classify_single_intersect().
More...
#include <classify_single.hpp>
Public Attributes | |
| std::vector< Label_ > | best |
| std::vector< std::vector< Float_ > > | scores |
| std::vector< Float_ > | delta |
Results of classify_single() and classify_single_intersect().
| Label_ | Integer type for the reference labels. |
| Float_ | Floating-point type for the correlations and scores. |
| std::vector<Label_> singlepp::ClassifySingleResults< Label_, Float_ >::best |
Vector of length equal to the number of cells in the test dataset, containing the index of the assigned label for each cell.
| std::vector<Float_> singlepp::ClassifySingleResults< Label_, Float_ >::delta |
Vector of length equal to the number of cells in the test dataset. This contains the difference between the highest and second-highest scores for each cell, possibly after fine-tuning.
| std::vector<std::vector<Float_> > singlepp::ClassifySingleResults< Label_, Float_ >::scores |
Vector of length equal to the number of labels, containing vectors of length equal to the number of cells in the test dataset. Each vector corresponds to a label and contains the (non-fine-tuned) score for each cell.