RF_predictor: Random Forest + Efficiency Analysis Trees Predictor

View source: R/predictorRFEAT.R

RF_predictorR Documentation

Random Forest + Efficiency Analysis Trees Predictor

Description

This function predicts the expected value based on a set of inputs.

Usage

RF_predictor(forest, xn)

Arguments

forest

list containing the individual Efficiency Analysis Trees.

xn

Row indexes in data.

Value

Vector of predictions.


eat documentation built on Jan. 10, 2023, 5:13 p.m.