Skip to contents

Create a an indexing mapper

Usage

bm_index(n = 1L)

bru_mapper_index(...)

Arguments

n

Size of a model for bm_index

...

Arguments passed on to bm_index()

Examples

m <- bm_index(4)
ibm_eval(m, -2:6, 1:4)
#> [1] 0 0 0 1 2 3 4 0 0