Learn R Programming

ranger (version 0.5.0)

predictions.ranger.prediction: Ranger predictions

Description

Extract predictions of Ranger prediction object.

Usage

"predictions"(x, ...)

Arguments

x
Ranger prediction object.
...
Further arguments passed to or from other methods.

Value

Predictions: Classes for Classification forests, Numerical values for Regressions forests and the estimated survival functions for all individuals for Survival forests.

See Also

ranger