Usage
classVarImp(model, xTrain, yTrain, xTest,
fitControl, myTimeLimit, no.cores,
lk_col, supress.output, mySystem)
Arguments
model
Chosed models as called from function fscaret(), argument Used.funcClassPred.
xTrain
Training data set, data frame of input vector
yTrain
Training data set, vector of observed outputs, must be in binary form 0/1.
xTest
Testing data set, data frame of input vector
fitControl
Fitting controls passed to caret function
myTimeLimit
Time limit in seconds for single model fitting
no.cores
Number of used cores for calculations
lk_col
Number of columns for whole data set (inputs + output)
supress.output
If TRUE output of models are supressed.
mySystem
Called from fscaret() result of function .Platform$OS.type