BmusCentr {SOMEnv} | R Documentation |
BMUs of the cluster centroids
Description
The function finds the Best Matching Units of the cluster centroids
Usage
BmusCentr(centroids, som_model, k)
Arguments
centroids |
Centroids array (output of kmeans_clustersR function) |
som_model |
An object of class kohonen |
k |
Number of clusters |
Value
An array containing the BMU for each centroid
Author(s)
Sabina Licen
References
Licen, S., Cozzutto, S., Barbieri, P. (2020) Aerosol Air Qual. Res., 20 (4), pp. 800-809. DOI: 10.4209/aaqr.2019.08.0414
[Package SOMEnv version 1.1.2 Index]