plot_sensitivity_index {dexisensitivity} | R Documentation |
Show Sensitivity Index (SI)
Description
Visualizes the Sensitivity Index (SI) of the leaves of a specified decision tree using a bar plot.
Usage
plot_sensitivity_index(tree, sensitivity_indices)
Arguments
tree |
|
sensitivity_indices |
A |
Value
No return value; a bar plot is displayed.
Examples
tree <- dexisensitivity::masc2
sensitivity_index <- si_dexi(tree)
plot_sensitivity_index(tree, sensitivity_index[[1]])
[Package dexisensitivity version 1.0.0 Index]