pamCons: Simple wrappers to clustering functions that return just the...

Description Usage Arguments Details

Description

Simple wrappers to clustering functions that return just the class memberships

Usage

1
2
3
pamCons(x, k)
fannyCons(x, k)
hclustCons(x, k)

Arguments

x

A dissimilarity matrix as produced, for example, by cluster::daisy or stats::dist.

k

The number of clusters to find.

Details

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.


harrysouthworth/conclus documentation built on May 24, 2019, 4:05 a.m.