compute_vS | R Documentation |
v(S)
for all features subsets S
.Computes v(S)
for all features subsets S
.
compute_vS(internal, model, predict_model, method = "future")
internal |
List.
Not used directly, but passed through from |
method |
Character Indicates whether the lapply method (default) or loop method should be used. Options other than "future" is only used for testing/debugging. |
List of v(S)
for different coalitions S
, optionally also with the samples used to estimate v(S)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.