A function for creating the committee set without the final training of the models.
build_committee_set(form, data, specs, lambda, alpha, depth = NULL,
aggregate_subsets, aggregate_hypos)
formula
training data
object of class model_specs-class
. Contains
the parameter setting information for training the
base models;
smoothing window size
contiguity interval size
depth size how large is the maximum size of the subsets. If NULL, defaults to no. of predictors minus one.
aggregation approach for the set of subsets.
final aggregation approach. How should the combined opinions be aggregated.