predict.spotRandomForest: Prediction method for random forest

View source: R/buildRandomForest.R

predict.spotRandomForestR Documentation

Prediction method for random forest

Description

Wrapper for predict.randomForest.

Usage

## S3 method for class 'spotRandomForest'
predict(object, newdata, ...)

Arguments

object

fit of the model, an object of class "spotRandomForest", produced by buildRandomForest.

newdata

matrix of new data.

...

not used


SPOT documentation built on June 26, 2022, 1:06 a.m.