compute_clustering_pam: Iterate over pam

View source: R/S4-ClusteringPam.R

compute_clustering_pamR Documentation

Iterate over pam

Description

Iterate over pam

Usage

compute_clustering_pam(data, ks, methods.pam = NULL, verbose = TRUE, ...)

Arguments

data

All numeric data.frame or matrix.

...

Additional arguments given to cluster::pam().

inherit

argument_dummy params

Value

A list named according to all specified pam methods. Each of these method-slots contains a list named according to the syntax k_ where is the respective integer of ks. The content is the output of cluster::pam().


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