gsdecon
C++ port of the GSDecon algorithm
|
Buffers for the results of compute()
and compute_blocked()
.
More...
#include <Results.hpp>
Public Attributes | |
Float_ * | scores |
Float_ * | weights |
Buffers for the results of compute()
and compute_blocked()
.
Float_ | Floating-point type for the results. |
Float_* gsdecon::Buffers< Float_ >::scores |
Pointer to an array of length equal to the number of cells, used to store the per-cell scores.
Float_* gsdecon::Buffers< Float_ >::weights |
Pointer to an array of length equal to the number of genes, used to store the per-gene weights.