computeClusteringPam: Compute cluster with pam

computeClusteringPamR Documentation

Compute cluster with pam

Description

Computes cluster with method pam.

Usage

computeClusteringPam(object, ...)

## S4 method for signature 'Clustering'
computeClusteringPam(
  object,
  ks,
  methods_pam = "euclidean",
  verbose = TRUE,
  ...
)

## S4 method for signature 'Analysis'
computeClusteringPam(
  object,
  ks,
  methods_pam = "euclidean",
  verbose = TRUE,
  ...
)

Arguments

object

Any object for whose class a method has been defined.

...

Additional arguments given to cluster::pam().

ks

Numeric vector. Denotes all options for k-clusters. Values <1 are discarded. Is converted into an integer vector.

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)

Value

The input object.


kueckelj/confuns documentation built on June 28, 2024, 9:19 a.m.