Description Usage Arguments Value
This function finds all maximum tiles in the data matrix x having a precision of at least alpha.
1 | max_tile_main(X, K = 1, alpha = 0.75, rowwise = FALSE, mem = FALSE)
|
alpha |
The precision threshold |
rowwise |
Proceed rowwise (boolean). |
mem |
Memoise (boolean). |
x |
The data matrix. |
All tiles with a precision of at least alpha.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.