gen_cutmat: gen_cutmat function

Description Usage Arguments Details

Description

This function creates a matrix of values, where the ith column represents which observations belong in which clusters given you have i clusters.

Usage

1
gen_cutmat(clus_out, mdim)

Arguments

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.

Details

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.


18kimn/stat10x documentation built on May 9, 2019, 2:27 a.m.