predict.rftree: Model predictions

View source: R/rforest.R

predict.rftreeR Documentation

Model predictions

Description

Compute predictions from an "rftree" object.

Usage

## S3 method for class 'rftree'
predict(object, newX)

Arguments

object

An object of class "rftree".

newX

Data frame or matrix of new feature values.

Value

Has the same return type as predict.randomForest.


bgreenwell/treemisc documentation built on Oct. 26, 2022, 12:56 a.m.