getAvgSilWidthsDf | R Documentation |
Extracts a data.frame that contains information about the average silhouette widths of different clustering results with mehod pam.
getAvgSilWidthsDf(object, ...)
## S4 method for signature 'Clustering'
getAvgSilWidthsDf(object, ks, methods_pam = "euclidean")
## S4 method for signature 'Analysis'
getAvgSilWidthsDf(object, ks, methods_pam = "euclidean")
## S4 method for signature 'ClusteringPam'
getAvgSilWidthsDf(object, ks, methods_pam = "euclidean")
object |
Any object for whose class a method has been defined. |
ks |
Numeric vector. Denotes all options for k-clusters. Values <1 are discarded. Is converted into an integer vector. |
Data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.