applyLearner {inTrees}R Documentation

apply a simplified tree ensemble learner (STEL) to data

Description

apply STEL to data and get predictions

Usage

applyLearner(learner, X)

Arguments

learner

a matrix with rules ordered by priority

X

predictor variable matrix

Value

predictions for the data

See Also

buildLearner


[Package inTrees version 1.4 Index]