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

Description Usage Arguments Value Examples

View source: R/blocking-evaluations.R

Description

Returns the reduction ratio associated with a blocking method

Usage

1
reduction.ratio(block.labels)

Arguments

block.labels

A list of the blocks labels.

Value

The reduction ratio

Examples

1
2
3
4
data("RLdata500")
klsh.blocks <- klsh(RLdata500, p=20, num.blocks=5, k=2)
block.ids <- block.ids.from.blocking(klsh.blocks)
reduction.ratio(block.ids)

klsh documentation built on Jan. 13, 2021, 8:05 p.m.