Kohonen SOM Maps in R Tutorial [closed]

ⅰ亾dé卋堺 提交于 2019-12-03 14:04:58

问题


I am simply looking for a good tutorial that will walk me through how to create a SOM in R. I am reading Kohonen and Kaski's paper on using the maps to identify the structure of Welfare, and want to try the technique my self.

I think many of the examples in R have a lot to be desired. I have looked on the web and didn't find anything that I thought made the process easy to understand.

Any help you can provide will be greatly appreciated.


回答1:


A few pointers:

  • SOM package
  • Kohonen package

Most of the SOM related packages are from the Chemometrics and Computational Physics area, but you also have a look at the cluster view on CRAN.

Edit: Incidentally, I'm not aware of any tutorials, but one good way to find examples is to google with ext:r. There are several "som" scripts that show up that way, including this example which shows how to use it with GGobi.




回答2:


Shane already mentioned the kohonen package. An introduction and tutorial can be found in the Journal of Statistical Software: Self- and Super-organizing Maps in R: The kohonen Package




回答3:


Did you look at the CRAN package SOM ?




回答4:


GeoSpatial Data Mining course from edugi has pretty good materials.



来源:https://stackoverflow.com/questions/1576075/kohonen-som-maps-in-r-tutorial

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!