singlepp
A C++ library for cell type classification
|
Results of classify_integrated()
.
More...
#include <classify_integrated.hpp>
Public Attributes | |
std::vector< RefLabel_ > | best |
std::vector< std::vector< Float_ > > | scores |
std::vector< Float_ > | delta |
Results of classify_integrated()
.
RefLabel_ | Integer type for the label to represent each reference. |
Float_ | Floating-point type for the correlations and scores. |
std::vector<RefLabel_> singlepp::ClassifyIntegratedResults< RefLabel_, Float_ >::best |
Vector of length equal to the number of cells in the test dataset, containing the index of the reference with the top-scoring label for each cell.
std::vector<Float_> singlepp::ClassifyIntegratedResults< RefLabel_, 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.
std::vector<std::vector<Float_> > singlepp::ClassifyIntegratedResults< RefLabel_, Float_ >::scores |
Vector of length equal to the number of references, containing vectors of length equal to the number of cells in the test dataset. Each vector corresponds to a reference and contains the score for the best label in that reference for each cell.