View source: R/glmLiteBoostTV.R
predict.glmLiteBoostTV | R Documentation |
glmLiteBoostTV
objectPredict method for glmLiteBoostTV
object
## S3 method for class 'glmLiteBoostTV'
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. |
n.iter |
Integer: N of iterations to predict from. |
as.matrix |
Logical: If TRUE, return predictions from each iteration. |
verbose |
Logical: If TRUE, print messages to console. |
n.cores |
Integer: Number of cores to use. |
... |
Unused |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.