maps sample vectors to places on self organizing map.
[Positions] = GetPlaceOnSOM(Samples, SOMWeights, GridSize, NormType)
matrix that includes sample vectors as rows
matrix that includes SOM weight vectors as rows
vector or scalar, specifies the number of neurons per SOM dimension. All elements must be greater than one.
norm of vectors, must be a scalar greater than zeros, can be %inf
matrix that includes position vectors as rows
For each row of samples the nearest neighbor among the row vectors of SOMWeights is searched and mapped to the corresponding position on the SOM.
T. Kohonen, 'Self-organizing maps', Springer Verlag, Berlin, 2001