Learn R Programming

tsensembler (version 0.0.5)

committee_set-class: committee_set-class

Description

Class for a committee set of models. It contains most of the information regarding a constructive_aggregation-class

Arguments

Slots

committee_set

list of subsets

form

formula

specs

object of class model_specs-class. Contains the parameter setting information for training the base models;

out_of_bag

Out of bag observations used to compute the subsets

recent_series

the most recent lambda observations.

lambda

window size used to average loss. How far to to back in time.

alpha

contiguity size. How long should a subset outperform other for it to be considered in the committee

aggregate_subsets

aggregation approach for the set of subsets.

aggregate_hypos

final aggregation approach. How should the combined opinions be aggregated.