buildPamModel: Build a PAM model

Description Usage Arguments

View source: R/buildPamModel.R

Description

This function allows user to build a PAM model

Usage

1
buildPamModel(dissimilarities, silWidths = NULL, k = NULL)

Arguments

dissimilarities

gower dissimilarity to use

silWidths

Allows for use of a vector of silWidths. Inherited from silWidth$widths. You must specify a k or vector of widths.

k

Number of clusters to find. If silWidths is present, k will become which.max(silWidths). You must specify a k or vector of widths.


EthanTaft/clusteringTables documentation built on May 3, 2019, 9:02 p.m.