View source: R/sensitivity_index.R
plot_sensitivity_index | R Documentation |
Visualizes the Sensitivity Index (SI) of the leaves of a specified decision tree using a bar plot.
plot_sensitivity_index(tree, sensitivity_indices)
tree |
|
sensitivity_indices |
A |
No return value; a bar plot is displayed.
tree <- dexisensitivity::masc2
sensitivity_index <- si_dexi(tree)
plot_sensitivity_index(tree, sensitivity_index[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.