Self-Organizing Map (SOM) clustering for harmonized data
cluster.som.Rd
This function performs Self-Organizing Map (SOM) clustering on the harmonized training data. It uses the `som` package to create a SOM model and returns the clustering results.
Arguments
- object
A
precision
object containing harmonized training data in the slotharmon.train.data
.- k
Integer. Number of clusters. If NULL or not given, uses the number of unique labels in training data.