applyLearner: apply a simplified tree ensemble learner (STEL) to data

View source: R/applyLearner.R

applyLearnerR 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


inTrees documentation built on June 1, 2022, 1:06 a.m.