get_sensitivity_index {dexisensitivity} | R Documentation |
Compute Sensitivity Index for Decision Tree
Description
Computes the Sensitivity Index (SI) for each attribute within the specified tree.
Usage
get_sensitivity_index(tree, avoid_repetition = FALSE)
Arguments
tree |
A |
avoid_repetition |
|
Value
A vector
containing the Sensitivity Indices for each attribute
in the tree.
[Package dexisensitivity version 1.0.0 Index]