block.ids.from.blocking: Returns the block ids associated with a blocking method.

Description Usage Arguments Value Examples

View source: R/blocking-evaluations.R

Description

Returns the block ids associated with a blocking method.

Usage

1

Arguments

blocking

A list of the blocks.

Value

A list of the blocks ids that corresponds to each block

Examples

1
2
tlsh.blocks <- block_setup_v2(r.set = RLdata500[1:250,c(-2,-4)], b=10, save_signature=FALSE, k=1)
block.ids.from.blocking(tlsh.blocks)

tlsh documentation built on Nov. 16, 2020, 9:15 a.m.