aggregate_vimp_table | R Documentation |
This methods aggregates variable importance from one or more
vimpTable
objects.
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
## S4 method for signature 'list'
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
## S4 method for signature 'character'
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
## S4 method for signature 'vimpTable'
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
## S4 method for signature 'NULL'
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
## S4 method for signature 'experimentData'
aggregate_vimp_table(x, aggregation_method, rank_threshold = NULL, ...)
x |
Variable importance ( |
aggregation_method |
Method used to aggregate variable importance. The available methods are described in the feature selection methods vignette. |
rank_threshold |
Rank threshold used within several aggregation methods. See the feature selection methods vignette for more details. |
... |
unused parameters. |
A vimpTable
object with aggregated variable importance data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.