si_dexi {dexisensitivity} | R Documentation |
Compute Sensitivity Index (SI) for Decision Tree
Description
Computes the Sensitivity Index (SI) for each node within a specified decision tree.
Usage
si_dexi(
tree,
file_name = "SI_out.csv",
is_file = FALSE,
avoid_repetition = FALSE
)
Arguments
tree |
A |
file_name |
|
is_file |
|
avoid_repetition |
|
Value
A list containing the Sensitivity Indices for every node in the tree.
Examples
tree <- dexisensitivity::masc2
sensitivity_index <- si_dexi(tree)
sensitivity_index
[Package dexisensitivity version 1.0.1 Index]