c_PAM | R Documentation |
Perform
PAM clustering
using cluster::pam
c_PAM(
x,
k = 2,
diss = FALSE,
metric = "euclidean",
do.swap = TRUE,
verbose = TRUE,
...
)
x |
Input matrix / data.frame |
k |
Integer: Number of clusters to get |
diss |
Logical: If TRUE, |
metric |
Character: Dissimilarity metric to be used. Options: 'euclidean', 'manhattan' |
do.swap |
Logical: If TRUE, perform the swap phase (See |
verbose |
Logical: If TRUE, print messages to screen |
... |
Additional parameters to be passed to |
E.D. Gennatas
Other Clustering:
c_CMeans()
,
c_DBSCAN()
,
c_EMC()
,
c_H2OKMeans()
,
c_HARDCL()
,
c_HOPACH()
,
c_KMeans()
,
c_MeanShift()
,
c_NGAS()
,
c_PAMK()
,
c_SPEC()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.