ListAsEsomNeurons {GeneralizedUmatrix} | R Documentation |
Converts List to WTS
Description
Converts wts data in list form into a 3 dimensional array
Arguments
wts_list |
[1:(Lines*Columns),1:Variables] Matrix with weights in the 2nd dimension(not list() like in R) |
Lines |
Lines/Height of the desired grid |
Columns |
Columns/Width of the desired grid |
Details
One could describe this function as a transformation or a special case
of long to wide format, see also EsomNeuronsAsList
Value
EsomNeurons |
[1:Lines, 1:Columns, 1:Variables] 3 dimensional array containing the weights of the neural grid. For a more general explanation see reference |
Author(s)
Michael Thrun, Florian Lerch
References
Ultsch, A.: Maps for the visualization of high-dimensional data spaces, Proc. Workshop on Self organizing Maps (WSOM), pp. 225-230, Kyushu, Japan, 2003.
[Package GeneralizedUmatrix version 1.2.6 Index]