RunOOB: Predict class labels on out-of-bag observations using a...

Description Usage Arguments Value

View source: R/RunOOB.R

Description

This is the base function called by OOBPredict.

Usage

1
RunOOB(X, tree)

Arguments

X

an n sample by d feature matrix (preferable) or data frame which was used to train the provided forest.

tree

a tree from a forest returned by RerF.

Value

out prediction matrix used by OOBPredict


rerf documentation built on May 2, 2019, 8:16 a.m.