I'm generating a self-organizing map in R using the kohonen package. However, when looking at the documentation, I cannot find a clear understanding of what the codes
property of the som
object represents.
The documentation only states:
codes: a matrix of code vectors.
What is a matrix of code vectors in this context?