View source: R/approach_vaeac_torch_modules.R
specified_masks_mask_generator | R Documentation |
torch::nn_module()
Representing a specified_masks_mask_generatorA mask generator which masks the entries based on sampling provided 1D masks with corresponding probabilities. Used for Shapley value estimation when only a subset of coalitions are used to compute the Shapley values.
specified_masks_mask_generator(masks, masks_probs, paired_sampling = FALSE)
masks |
Matrix/Tensor of possible/allowed 'masks' which we sample from. |
masks_probs |
Array of 'probabilities' for each of the masks specified in 'masks'. Note that they do not need to be between 0 and 1 (e.g. sampling frequency). They are scaled, hence, they only need to be positive. |
paired_sampling |
Boolean. If we are doing paired sampling. So include both S and |
Lars Henry Berge Olsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.