View source: R/ca-classes-methods.r
A function for creating the committee set without the final training of the models.
1 2 | build_committee_set(form, data, specs, lambda, alpha, depth = NULL,
aggregate_subsets, aggregate_hypos)
|
form |
formula |
data |
training data |
specs |
object of class |
lambda |
smoothing window size |
alpha |
contiguity interval size |
depth |
depth size how large is the maximum size of the subsets. If NULL, defaults to no. of predictors minus one. |
aggregate_subsets |
aggregation approach for the set of subsets. |
aggregate_hypos |
final aggregation approach. How should the combined opinions be aggregated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.