Load a previously saved ensemble model (object of class ensembleModel)

loadEnsembleModel(dirPath)

Arguments

dirPath

The directory containing the saved ensemble model

Examples

if (FALSE) {

ensembleModel <- loadEnsembleModel("C:/bestEnsembleModel")

}