Learn R Programming

treemisc (version 0.0.1)

predict.rftree: Model predictions

Description

Compute predictions from an "rftree" object.

Usage

# S3 method for rftree
predict(object, newX)

Value

Has the same return type as predict.randomForest.

Arguments

object

An object of class "rftree".

newX

Data frame or matrix of new feature values.