rtModBag-methods | R Documentation |
S3 methods for rtModBag
class that differ from those of the rtMod
superclass
## S3 method for class 'rtModBag'
predict(object, newdata, aggr.fn = NULL, n.cores = 1, verbose = FALSE, ...)
object |
|
newdata |
Testing set features |
aggr.fn |
Character: Function to aggregate models' prediction. If NULL, defaults to "median" |
n.cores |
Integer: Number of cores to use |
verbose |
Logical: If TRUE, print messages to console. |
... |
Not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.