This methods aggregates variable importance from one or more
vimpTable
objects.
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)# S4 method for list
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
# S4 method for character
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
# S4 method for vimpTable
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
# S4 method for NULL
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
# S4 method for experimentData
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
A vimpTable
object with aggregated variable importance data.
Variable importance (vimpTable
) object, a list thereof, or one or
more paths to these objects.
Method used to aggregate variable importance. The available methods are described in the feature selection methods vignette.
Rank threshold used within several aggregation methods. See the feature selection methods vignette for more details.
unused parameters.