predictRF: Predict value using trees from random forest

Description Usage Arguments Value

Description

Predict value using trees from random forest

Usage

1
predictRF(random_forest, data, isClassification, levelList)

Arguments

random_forest

List of trees to predict target

data

Data to do prediction on

isClassification

If target is class or continous

levelList

If classification list of target levels

Value

Data with predicted value binded as column


konradqcharczyk/MOW_RandomTree documentation built on June 4, 2019, 12:04 a.m.