new_mtrainer: mtrainer: multiple trainer

View source: R/trainer.R

new_mtrainerR Documentation

mtrainer: multiple trainer

Description

initialize mtrainer object for multiple algorithm container

Usage

new_mtrainer(x = list(), dataInfo = "temp", fitControl = NULL, update = TRUE)

Arguments

x

A list of algorithm names (names(caret::getModelInfo()))

fitControl

A list of control variables

Value

S3 object of list

Examples

t <- mtrainer(c('C5.0', 'ctree'))

sungcheolkim78/FiDEL documentation built on Nov. 13, 2024, 7:58 a.m.