fforms_ensemble {seer} | R Documentation |
Function to identify models to compute combination forecast using FFORMS algorithm
Description
This function identify models to be use in producing combination forecast
Usage
fforms_ensemble(votematrix, threshold = 0.5)
Arguments
votematrix |
a matrix of votes of probabilities based of fforms random forest classifier |
threshold |
threshold value for sum of probabilities of votes, default is 0.5 |
Value
a list containing the names of the forecast models
Author(s)
Thiyanga Talagala
[Package seer version 1.1.8 Index]