PAM: PAM

Description Usage Arguments Value Examples

Description

PAM clustering algorithm

Usage

1
PAM(train, num_clusters)

Arguments

train

matrix of train features

num_clusters

number of clusters desired

Value

pamx structure with various values resulting from PAM clustering algorithm

Examples

1
2
#train is the train feature matrix
#pamx<-PAM(train,4)

Example output



DrugClust documentation built on May 2, 2019, 11:06 a.m.

Related to PAM in DrugClust...