gsdecon
C++ port of the GSDecon algorithm
|
Results of compute()
and compute_blocked()
.
More...
#include <Results.hpp>
Public Attributes | |
std::vector< double > | scores |
std::vector< double > | weights |
Results of compute()
and compute_blocked()
.
Float_ | Floating-point type for the results. |
std::vector<double> gsdecon::Results< Float_ >::scores |
Vector of per-cell scores for this gene set. This has length equal to the number of cells.
std::vector<double> gsdecon::Results< Float_ >::weights |
Vector of weights of length equal to the number of genes in the set. Each entry contains the weight of each successive gene in the gene set. Weights are guaranteed to be non-negative, where larger values indicate a greater contribution to the low-rank approximation.