singlepp
A C++ library for cell type classification
Loading...
Searching...
No Matches
singlepp::TrainIntegratedInput< Value_, Index_, Label_ > Struct Template Reference

Input to train_integrated(). More...

#include <train_integrated.hpp>

Detailed Description

template<typename Value_ = DefaultValue, typename Index_ = DefaultIndex, typename Label_ = DefaultLabel>
struct singlepp::TrainIntegratedInput< Value_, Index_, Label_ >

Input to train_integrated().

Instances of this class should not be manually created, but instead returned by prepare_integrated_input() and prepare_integrated_input_intersect().

Template Parameters
Value_Numeric type for the matrix values.
Index_Integer type for the row/column indices of the matrix.
Label_Integer type for the reference labels.

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