Description Usage Arguments Value See Also Examples
Create a hierarchical structure using a random partition of the data.
1 | randomPairs(data, seed, ...)
|
data |
A numeric matrix or data frame of observations. If a matrix or data frame, rows correspond to observations and columns correspond to variables. |
seed |
Optional single value, interpreted as an integer, specifying the seed for random partition. |
... |
Catches unused arguments in indirect or list calls via |
A numeric two-column matrix in which the ith row gives the minimum index for observations in each of the two clusters merged at the ith stage of a random agglomerative hierarchical clustering.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.