get_vimp_table | R Documentation |
This method retrieves and parses variable importance tables from
their respective vimpTable
objects.
get_vimp_table(x, state = "ranked", ...)
## S4 method for signature 'list'
get_vimp_table(x, state = "ranked", ...)
## S4 method for signature 'character'
get_vimp_table(x, state = "ranked", ...)
## S4 method for signature 'vimpTable'
get_vimp_table(x, state = "ranked", ...)
## S4 method for signature 'NULL'
get_vimp_table(x, state = "ranked", ...)
## S4 method for signature 'experimentData'
get_vimp_table(x, state = "ranked", ...)
## S4 method for signature 'familiarModel'
get_vimp_table(x, state = "ranked", data = NULL, as_object = FALSE, ...)
x |
Variable importance ( |
state |
State of the returned variable importance table. This affects what contents are shown, and in which format. The variable importance table can be returned with the following states:
Internally, the variable importance table will go through each state, i.e. an variable importance table in the initial state will be decoded, declustered and then ranked prior to returning the variable importance table. |
... |
Unused arguments. |
data |
Internally used argument for use with |
as_object |
Internally used argument for use with |
A data.table
with variable importance scores and, with
state="ranked"
, the respective ranks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.