Tagged Questions

2
votes
1answer
4k views

MATLAB: help needed with Self-Organizing Map (SOM) clustering

I'm trying to cluster some images depending on the angles between body parts. The features extracted from each image are: angle1 : torso - torso angle2 : torso - upper left arm .. angle10: torso - ...
1
vote
1answer
158 views

Find the cluster of an input pattern

Suppose that I performed clustering of iris.data using SOM Toolbox in Matlab. After clustering, I have an input vector and I want to see which cluster this input belongs to? Any tips please on how to ...
1
vote
2answers
641 views

How do you interchange the row and column of a matrix in MATLAB

I have an input data in Excel which has 2000 rows and 60 columns. I want to read this data into MATLAB but I need to to interchange the rows and the column so that the matrix will be 60 rows and ...
0
votes
0answers
64 views

Classification of a 124 X 26 data matrix into 3 classes using SOM in MATLAB

I would like to know how to optimize the number of neurons required in the topology of the SOM network, given the dimensionality of my problem. Also, how to test the accuracy or quantify the output of ...
0
votes
1answer
682 views

Self-Organizing Maps (SOM) problem in MATLAB

I have a text file that include data. My text file: young, myopic, no, reduced, no young, myopic, no, normal, soft young, myopic, yes, reduced, no young, myopic, yes, normal, hard young, hyperopia, ...
0
votes
0answers
297 views

Calculate SOM sensitivity accuracy specificity MATLAB

I just implemented a SOM algorithm in MATLAB that outputs component planes and U matrix....but i want to be able to calculate sensitivity, accuracy and specificity....how do i go about doing this in ...
0
votes
0answers
155 views

SOM for Detection

I would like to know how I can use SOM for disease detection. Given a lung cancer dataset, how can SOM be applied for detection, there are certain terminologies like, sensitivity, specificity and ...
0
votes
0answers
465 views

SOM Algorithm Customization Matlab

I'm designing a GUI to implement SOM algorithm in MATLAB, but i'd want the user to be able to input the "No of iterations", "Initial and Final Neighborhood size" and "Initial and Final Learning ...
0
votes
3answers
418 views

SOM Algorithm Matlab HELP

I'm trying to pass a txt file to som_read_data from a GUI......i created a function that takes a txt file from the GUI and then passes it to som_read_data..but i'm getting some errors...here are a ...
-1
votes
1answer
239 views

I need help on this data file to be edited in SOM_PAK format

I am working on Self Organizing Map (SOM) Implementation and I have a microarray dataset which I am trying to read in using some_read_data function, but I keep having an errors when I edit it to have ...