View source: R/cartLiteBoostTV.R
predict.cartLiteBoostTV | R Documentation |
cartLiteBoostTV
objectPredict method for cartLiteBoostTV
object
## S3 method for class 'cartLiteBoostTV'
predict(
object,
newdata = NULL,
n.feat = NCOL(newdata),
n.iter = NULL,
as.matrix = FALSE,
verbose = FALSE,
n.cores = rtCores,
...
)
object |
|
newdata |
Set of predictors |
n.feat |
Integer: N of features to use. Default = NCOL(newdata) |
n.iter |
Integer: N of iterations to predict from. Default = (all available) |
as.matrix |
Logical: If TRUE, return predictions from each iterations. Default = FALSE |
verbose |
Logical: If TRUE, print messages to console. Default = FALSE |
n.cores |
Integer: Number of cores to use. Default = |
... |
Unused |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.