Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem #5

Open
jkjk2 opened this issue Apr 9, 2015 · 2 comments
Open

Problem #5

jkjk2 opened this issue Apr 9, 2015 · 2 comments

Comments

@jkjk2
Copy link

jkjk2 commented Apr 9, 2015

I tried to build the SOM for the data set of 26 samples of 5 variables each (26 x 5).
If I test the msize=[9 6], everything looks OK (see Figure)

som_9x6

But, when I change the size, for example msize = [9 9], than some data go outside the SOM (see Figure below)
som_9x9

Similar results I observed, using the example of clustering the metals which are given in the SOM Toolbox manual. If I change msize, some points go outside the SOM.

Does anybody know, where is the problem?
Best regards,
Jan

@ilarinieminen
Copy link
Owner

Which version of MATLAB are you using? I have understood that the newest versions break some functionality that the toolbox relies on, but this is the first time I've seen this. Unfortunately, I do not have access to any MATLAB at the moment, so the help I can provide is limited. Could you provide the code you used? Maybe there is somebody else following who could lend a hand.

@jkjk2
Copy link
Author

jkjk2 commented Apr 10, 2015

I use Matlab R2014b.
Enclosed is the code of my problem (‘SOM_HS.m’)
I also enclose the code from the SOM Toolbox manual (example of metals’ clustering) which produces similar errors for different SOM size.
Thanks, Jan

Wiadomość napisana przez ilarinieminen [email protected] w dniu 9 kwi 2015, o godz. 21:07:

Which version of MATLAB are you using? I have understood that the newest versions break some functionality that the toolbox relies on, but this is the first time I've seen this. Unfortunately, I do not have access to any MATLAB at the moment, so the help I can provide is limited. Could you provide the code you used? Maybe there is somebody else following who could lend a hand.


Reply to this email directly or view it on GitHub #5 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants