Get table with all (exact) coalitions
exact_coalition_table(
m,
max_fixed_coal_size = ceiling((m - 1)/2),
dt_valid_causal_coalitions = NULL,
weight_zero_m = 10^6
)
Positive integer. Total number of features/groups.
data.table. Only applicable for asymmetric Shapley
values explanations, and is NULL
for symmetric Shapley values.
The data.table contains information about the coalitions that respects the causal ordering.
Numeric. The value to use as a replacement for infinite coalition weights when doing numerical operations.