block.ids.from.blocking {klsh}R Documentation

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

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

[Package klsh version 0.1.0 Index]