predict.Training {fuseMLR} | R Documentation |
predict.Training
Description
Computes predictions for the Testing object passed as argument.
Usage
## S3 method for class 'Training'
predict(object, testing, ind_subset = NULL, ...)
Arguments
object |
|
testing |
|
ind_subset |
|
... |
|
Value
The final predicted object. All layers and the meta layer are predicted.
[Package fuseMLR version 0.0.1 Index]