gsdecon
C++ port of the GSDecon algorithm
Loading...
Searching...
No Matches
Public Attributes | List of all members
gsdecon::Results< Float_ > Struct Template Reference

Results of compute() and compute_blocked(). More...

#include <Results.hpp>

Public Attributes

std::vector< double > scores
 
std::vector< double > weights
 

Detailed Description

template<typename Float_>
struct gsdecon::Results< Float_ >

Results of compute() and compute_blocked().

Template Parameters
Float_Floating-point type for the results.

Member Data Documentation

◆ scores

template<typename Float_ >
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.

◆ weights

template<typename Float_ >
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.


The documentation for this struct was generated from the following file: