R package Kohonen - how to plot hexagons instead of circles as in Matlab SOM toolbox?

后端 未结 3 736
眼角桃花
眼角桃花 2021-01-01 03:00

Is it possible to plot the SOM map (package Kohonen) with hexagons as elementary forms instead of circles? Now the different plottings (count, changes etc.) are plotted as

3条回答
  •  渐次进展
    2021-01-01 03:23

    I don't have sufficient reputation to comment on @NBremer's answer. I have extended the above code to allow visualization of large component planes and u-matrices for output from the R "kohonen" library. Code and worked examples available here:

    R SOM Visualization Functions

    Detail of Output

提交回复
热议问题