R/combine.R
c.FeatureImportanceLearner.Rd
Combine two FeatureImportanceLearner objects
# S3 method for class 'FeatureImportanceLearner' c(x, y, ...)
([FeatureImportanceLearner]) Objects to combine. Must have computed scores.
([FeatureImportanceLearner])
(any) Ignored.
New object of the same subclass as x and y.
x
y
if (FALSE) { }