get_list_approaches: 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"
.