Description: This project compares the performance of SOM versus LVQ in classification problems.
Given two data sets:
‘iris.dat’ has 150 patterns of 3 classes with 4 features.
‘wine.dat’ has 178 patterns of 3 classes with 13 features.
For SOM, use its algorithm (not use MATLAB tool), but for LVQ use MATLAB tool.
File list (Check if you may need any files):
som&lvq\iris.dat
.......\LVQ_150.m
.......\LVQ_178.m
.......\SOM_150.m
.......\SOM_178.m
.......\wine.dat