View source: R/classify_compare.R
classify_plans | R Documentation |
Applies hierarchical clustering to a distance matrix computed from a set of
plans and takes the first k
splits.
classify_plans(dist_mat, k = 8, method = "complete")
dist_mat |
a distance matrix, the output of |
k |
the number of groupings to create |
method |
the clustering method to use. See |
An object of class redist_classified
, which is a list with two
elements:
groups |
A character vector of group labels of the form |
splits |
A list of splits in the hierarchical clustering. Each list element is a list of two mutually exclusive vectors of plan indices, labeled by their group classification, indicating the plans on each side of the split. |
Use plot.redist_classified()
for a visual summary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.