Learn R Programming

tlsh (version 0.1.0)

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

Description

Returns the block ids associated with a blocking method.

Usage

block.ids.from.blocking(blocking)

Arguments

blocking

A list of the blocks.

Value

A list of the blocks ids that corresponds to each block

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab