cartLinBoostTV
objectPredict method for cartLinBoostTV
object
# S3 method for cartLinBoostTV
predict(object, newdata = NULL,
n.feat = NCOL(newdata), n.iter = NULL, as.matrix = FALSE,
verbose = FALSE, n.cores = rtCores, ...)
cartLinBoostTV
object
Set of predictors
Integer: N of features to use. Default = NCOL(newdata)
Integer: N of iterations to predict from. Default = (all available)
Logical: If TRUE, return predictions from each iterations. Default = FALSE
Logical: If TRUE, print messages to console. Default = FALSE
Integer: Number of cores to use. Default = rtCores