Skip to contents

Generate a searchlight iterator suitable for given data.

Usage

get_searchlight(obj, ...)

Arguments

obj

The input dataset object.

...

Additional arguments to methods.

Value

A searchlight iterator object.

Examples

# \donttest{
  ds <- gen_sample_dataset(c(5,5,5), 20)
  sl <- get_searchlight(ds$dataset, radius=4)
# }