run_searchlight.default | R Documentation |
By default, if an object's class does not implement a specific
run_searchlight.<class>
method, this fallback will call
run_searchlight_base
.
## Default S3 method:
run_searchlight(
model_spec,
radius = 8,
method = c("randomized", "standard"),
niter = 4,
combiner = "average",
...
)
model_spec |
The generic model specification object. |
radius |
Numeric searchlight radius (1 to 100). |
method |
Character: "standard" or "randomized". |
niter |
Number of iterations if |
combiner |
Either a function that combines partial results or a string ("pool", "average") that selects a built-in combiner. |
... |
Additional arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.