Learn R Programming

klsh (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 {
data("RLdata500")
klsh.blocks <- klsh(RLdata500, p=20, num.blocks=5, k=2)
reduction.ratio.from.blocking(klsh.blocks)
# }

Run the code above in your browser using DataLab