exact_coalition_table {shapr} | R Documentation |
Get table with all (exact) coalitions
Description
Get table with all (exact) coalitions
Usage
exact_coalition_table(
m,
max_fixed_coal_size = ceiling((m - 1)/2),
dt_valid_causal_coalitions = NULL,
weight_zero_m = 10^6
)
Arguments
m |
Positive integer. Total number of features/groups. |
dt_valid_causal_coalitions |
data.table. Only applicable for asymmetric Shapley
values explanations, and is |
weight_zero_m |
Numeric. The value to use as a replacement for infinite coalition weights when doing numerical operations. |
[Package shapr version 1.0.4 Index]