predictions.blockForest.prediction: blockForest predictions
Description
Extract predictions of blockForest prediction object.
Usage
# S3 method for blockForest.prediction
predictions(x, ...)
Value
Predictions: Classes for Classification forests, Numerical values for Regressions forests and the estimated survival functions for all individuals for Survival forests.
Arguments
- x
blockForest prediction object.
- ...
Further arguments passed to or from other methods.