predictions.blockForest.prediction {blockForest} | R Documentation |
Extract predictions of blockForest prediction object.
## S3 method for class 'blockForest.prediction' predictions(x, ...)
x |
blockForest prediction object. |
... |
Further arguments passed to or from other methods. |
Predictions: Classes for Classification forests, Numerical values for Regressions forests and the estimated survival functions for all individuals for Survival forests.
Marvin N. Wright