Description Usage Arguments Details
This function creates a matrix of values, where the ith column represents which observations belong in which clusters given you have i clusters.
1  | gen_cutmat(clus_out, mdim)
 | 
clus_out | 
 The result of applying hclust() to your data.  | 
mdim | 
 The number of observations in your original data; this is also the maximum number of clusters that can be made with your data.  | 
This is one of a few functions created by Joe Cauteruccio, Jessie Li, Andrew West of Yale University that are used together to create the hclust_eval() function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.