Skip to contents

Combine two FeatureImportanceLearner objects

Usage

# S3 method for class 'FeatureImportanceLearner'
c(x, y, ...)

Arguments

x, y

([FeatureImportanceLearner]) Objects to combine. Must have computed scores.

...

(any) Ignored.

Value

New object of the same subclass as x and y.

Examples

if (FALSE) {

}