get_list_approaches {shapr}R Documentation

Helper function used in explain.combined

Description

Helper function used in explain.combined

Usage

get_list_approaches(n_features, approach)

Arguments

n_features

Integer vector. Note that length(n_features) <= 2^m, where m equals the number of features.

approach

Character vector of length m. All elements should be either "empirical", "gaussian" or "copula".

Value

List

Author(s)

Nikolai Sellereite


[Package shapr version 0.2.2 Index]