Learn R Programming

tlsh (version 0.1.0)

reduction.ratio.from.blocking: Returns the reduction ratio associated with a blocking method

Description

Returns the reduction ratio associated with a blocking method

Usage

reduction.ratio.from.blocking(blocking)

Arguments

blocking

The actual blocks

Value

The reduction ratio

Examples

Run this code
# NOT RUN {
tlsh.blocks <- block_setup_v2(r.set = RLdata500[1:50,c(-2,-4)], b=10, save_signature=FALSE, k=1)
reduction.ratio.from.blocking(tlsh.blocks)
# }

Run the code above in your browser using DataLab