|
template<typename Value_ , typename Index_ , typename Label_ , typename Float_ > |
TrainIntegratedInput< Value_, Index_, Label_ > | singlepp::prepare_integrated_input (const tatami::Matrix< Value_, Index_ > &ref, const Label_ *labels, const TrainedSingle< Index_, Float_ > &trained) |
|
template<typename Index_ , typename Value_ , typename Label_ , typename Float_ > |
TrainIntegratedInput< Value_, Index_, Label_ > | singlepp::prepare_integrated_input_intersect (Index_ test_nrow, const Intersection< Index_ > &intersection, const tatami::Matrix< Value_, Index_ > &ref, const Label_ *labels, const TrainedSingleIntersect< Index_, Float_ > &trained) |
|
template<typename Index_ , typename Id_ , typename Value_ , typename Label_ , typename Float_ > |
TrainIntegratedInput< Value_, Index_, Label_ > | singlepp::prepare_integrated_input_intersect (Index_ test_nrow, const Id_ *test_id, const tatami::Matrix< Value_, Index_ > &ref, const Id_ *ref_id, const Label_ *labels, const TrainedSingleIntersect< Index_, Float_ > &trained) |
|
template<typename Value_ , typename Index_ , typename Label_ > |
TrainedIntegrated< Index_ > | singlepp::train_integrated (const std::vector< TrainIntegratedInput< Value_, Index_, Label_ > > &inputs, const TrainIntegratedOptions &options) |
|
template<typename Value_ , typename Index_ , typename Label_ > |
TrainedIntegrated< Index_ > | singlepp::train_integrated (std::vector< TrainIntegratedInput< Value_, Index_, Label_ > > &&inputs, const TrainIntegratedOptions &options) |
|
Prepare for integrated classification across references.