1#ifndef GSDECON_RESULTS_HPP
2#define GSDECON_RESULTS_HPP
19template<
typename Float_>
38template<
typename Float_>
Gene set scoring with gsdecon.
Definition blocked.hpp:21
Buffers for the results of compute() and compute_blocked().
Definition Results.hpp:20
Float_ * scores
Definition Results.hpp:25
Float_ * weights
Definition Results.hpp:31
Results of compute() and compute_blocked().
Definition Results.hpp:39
std::vector< Float_ > weights
Definition Results.hpp:51
std::vector< Float_ > scores
Definition Results.hpp:44
irlba::Metrics metrics
Definition Results.hpp:56