Description Usage Arguments Details
Simple wrappers to clustering functions that return just the class memberships
1 2 3  | pamCons(x, k)
fannyCons(x, k)
hclustCons(x, k)
 | 
x | 
 A dissimilarity matrix as produced, for example, by   | 
k | 
 The number of clusters to find.  | 
The conclus function takes an argument cluster that should
be a function with precisely 2 arguments, x and k. The
function should return an integer vector of cluster memberships for each item
in x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.