sil_acca | R Documentation |
A C++ implementation of the Silhouette method of interpretation and validation of consistency within acca clusters of data.
sil_acca(acca, ...)
## S3 method for class 'acca_list'
sil_acca(acca, m, ...)
## S3 method for class 'list'
sil_acca(acca, m, ...)
acca |
\[ |
... |
Additional arguments (TODO). |
m |
\[ |
\[numeric(1)
]
the average value of
the silhouette width over all data of the entire dataset.
Observations with a large average silhouette width (almost 1)
are very well clustered.
Igor D.S. Siciliani
Leonard Kaufman; Peter J. Rousseeuw (1990). Finding groups in data : An introduction to cluster analysis. Hoboken, NJ: Wiley-Interscience. p. 87. doi:10.1002/9780470316801. ISBN 9780471878766.
Starczewski, Artur, and Adam Krzyżak. "Performance evaluation of the silhouette index. " International Conference on Artificial Intelligence and Soft Computing. Springer, Cham, 2015.
## Not run:
x = corrp::corrp(iris)
m = corrp::corr_matrix(x)
acca = corrp::acca(m,2)
sil_acca(acca,m)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.