max_tile_main: Find maximum tiles given precision threshold alpha.

Description Usage Arguments Value

Description

This function finds all maximum tiles in the data matrix x having a precision of at least alpha.

Usage

1
max_tile_main(X, K = 1, alpha = 0.75, rowwise = FALSE, mem = FALSE)

Arguments

alpha

The precision threshold

rowwise

Proceed rowwise (boolean).

mem

Memoise (boolean).

x

The data matrix.

Value

All tiles with a precision of at least alpha.


bwrc/semigeom-r documentation built on May 13, 2019, 9:20 a.m.