get_hclust | R Documentation |
Function to generate hclust object. Uses initial kmeans if dataset is too large.
get_hclust(sparse.data, quiet, method = "ward", n.cores = 1)
sparse.data |
sparse data object generated using |
quiet |
whether to supress additional printing information |
method |
which hierarchical clustering method. One of 'ward' or 'genie'. (default='ward') |
n.cores |
n.cores to use (not implemented) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.