Usage Arguments Details Author(s) References Examples
1 | SHC(x,K,B=200,knmin,knmax)
|
x |
An nxp data matrix; n is the number of observations and p is the number of dimensions. |
K |
Size of cluster |
B |
Number of iterations. |
knmin |
Minimum size of cluster to get the stabilized clustering, default knmin=2 |
knmax |
Maximum size of cluster to get the stabilized clustering, default knmax=n/5 |
The function 'SHC' generates the Stabilized Hybrid Clustering (SHC) presented in Algorithm 1, see Amiri et al. (2018) for details.
Saeid Amiri, Bertrand Clarke and Jennifer Clarke.
Amiri, S., Clarke, B, & Clarke, J. (2018). A General Hybrid Clustering Technique. To appear in Journal of Computational and Graphical Statistics.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.