MeanResponseCombiner: MeanResponseCombiner

Description Usage Examples

View source: R/regressionComponents.R

Description

This response combiner is used in regression random forests, where the response in the data is a single number that needs to be averaged in each terminal node, and then averaged across trees. This response combiner is appropriate as an argument for both the nodeResponseCombiner and forestResponseCombiner parameters in train when doing regression.

Usage

1

Examples

1
2
responseCombiner <- MeanResponseCombiner()
# You would then use it in train()

jatherrien/largeRCRF documentation built on Nov. 15, 2019, 7:16 a.m.