Description Usage Arguments Value Examples
A function for voting. This is used by the Ensemble to predict on new data if the voting type is the same as this function name.
| 1 | MajorityVote(list.of.predictions)
 | 
| list.of.predictions | A list of lists where each sublist is a prediction from one of the models in the Ensemble. | 
A vector containing the predictions from the combined vote of all models
| 1 2 | # This function is used by predict.Ensemble. It's usage is as follows:
# MajorityVote(preds)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.