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 Tree object on which the analysis is to be performed.

avoid_repetition

logical indicating if repeated nodes should be disregarded. Defaults to FALSE.

Value

A vector containing the Sensitivity Indices for each attribute in the tree.


[Package dexisensitivity version 1.0.0 Index]