System requirements are listed here.
The Toolbox can be downloaded for free from http://www.cis.hut.fi/projects/somtoolbox/
Once you have downloaded the relevant files, move them to an approriate directory and decompress them using, e.g., unzip, pkunzip or winzip.
After this, install the Toolbox (somtoolbox2_Mar_17_2005.zip
, the date may be different) like you
would install any other toolbox. If you don't know how to do that,
just make sure that when you want to utilize the SOM Toolbox you are
either in the Toolbox directory, or that directory is in your
matlabpath (see commands path, addpath and
pathtool).
The documentation (somtoolbox_doc_Aug_11_2003.zip
, the date may be different) includes HTML-files
and some papers in PostScript, PDF or MS-Word formats. The HTML-files
should go to the HelpDesk, but I have no idea currently how to add
things to HelpDesk. Just put them somewhere where you can easily find
them.
There are only a few very simple commands which are needed to make and visualize a SOM of your data.
D = som_read_data('iris.data');
or you can contruct a data set:
D = rand(1000,2);
Note that the columns of the data matrix should be variables, and the rows are samples.
sM = som_make(D);
som_show(sM)
The SOM Toolbox contains a whole lot of functions other than som_read_data, som_make and som_show. For a quick list, see Contents.m in the SOM Toolbox directory. Also, the demos are there to show you around and give you a grasp of what can be done and how.
som_demo1
som_demo2
som_demo3
som_demo4
<<< to Documentation main page
You are at: CIS → SOM Toolbox: getting started
Page maintained by webmaster@cis.hut.fi, last updated Friday, 18-Mar-2005 16:22:18 EET