View source: R/approach_regression_surrogate.R
regression.check_sur_n_comb | R Documentation |
regression.surrogate_n_comb
parameterCheck that regression.surrogate_n_comb
is either NULL or a valid integer.
regression.check_sur_n_comb(regression.surrogate_n_comb, n_coalitions)
regression.surrogate_n_comb |
Positive integer. Specifies the number of unique coalitions to apply to each training observation. The default is the number of sampled coalitions in the present iteration. Any integer between 1 and the default is allowed. Larger values requires more memory, but may improve the surrogate model. If the user sets a value lower than the maximum, we sample this amount of unique coalitions separately for each training observations. That is, on average, all coalitions should be equally trained. |
n_coalitions |
Integer. The number of used coalitions (including the empty and grand coalition). |
Lars Henry Berge Olsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.