predict.hytboost | R Documentation |
hytboost
objectPredict method for hytboost
object
## S3 method for class 'hytboost'
predict(
object,
newdata = NULL,
n.iter = NULL,
fixed.cxr = NULL,
as.matrix = FALSE,
n.cores = 1,
verbose = FALSE,
...
)
object |
|
newdata |
data.frame of predictors |
n.iter |
Integer: Use the first so many trees for prediction |
fixed.cxr |
(internal use) Matrix: Cases by rules to use instead of matching
cases to rules using |
as.matrix |
Logical: If TRUE, output |
n.cores |
Integer: Number of cores to use |
verbose |
Logical: If TRUE, print messages to console |
... |
Not used |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.