get_sensitivity_index: Compute Sensitivity Index for Decision Tree

View source: R/sensitivity_index.R

get_sensitivity_indexR 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.


dexisensitivity documentation built on Oct. 30, 2024, 1:08 a.m.