predict.boost | R Documentation |
boost
objectPredict method for boost
object
## S3 method for class 'boost'
predict(
object,
newdata = NULL,
n.feat = NCOL(newdata),
n.iter = NULL,
as.matrix = FALSE,
verbose = FALSE,
n.cores = rtCores,
...
)
object |
boost object |
newdata |
data.frame: New data to predict on |
n.feat |
Integer: Number of features to use from |
n.iter |
Integer: Number of iterations to use |
as.matrix |
Logical: If TRUE, return matrix of predictions for each iteration, otherwise return vector |
verbose |
Logical: If TRUE, print messages to console |
n.cores |
Integer: Number of cores to use |
... |
Not used |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.