Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/reshape-result.r
Note that different methods calculates feature importance in different ways and that they are not directly comparable.
1 | get_importance(object, format, ...)
|
object |
Fitted model. |
format |
Table format of the output. See http://en.wikipedia.org/wiki/Wide_and_narrow_data for more info. |
... |
Sent on to the procedure's feature importance scoring function. |
When extending the emil framework with your own method, the importance function should return a data frame where one column is called "feature" and the remaining columns are named after the classes.
A vector of length p or an p-x-c matrix of feature importance scores where p is the number of descriptors and c is the number of classes.
Christofer Bäcklin
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.