Description Usage Arguments Value
Gather all parameters of a weighted ensemble of RWeka models into formated list
1 2 3 |
model_list |
A list of pre trained models (using the same data as |
weightType |
How the ensemble should be weighted; "unweighted", "weighted", "bin weighted" |
comb_rule |
How the ensemble predictions should be comined; "average posterior","majority vote" |
bin_type |
How bins should be created when |
bin_features |
The name of two numeric bins when |
nbins |
The number of bins to create when |
train_data |
Data on which to train the ensemble |
A trained ensemble that can be used to predict new data points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.