Azzera filtri
Azzera filtri

Self-organization map

3 visualizzazioni (ultimi 30 giorni)
Tuan Tran
Tuan Tran il 4 Nov 2020
Hi everyone,
I have a question here. I have data for creating SOM map, and first steps it seems to be fine, but when I did for normalization of SOM, I have an error (you can see it below- in the Bold words).
Anyone know this error, please tell me how can I fix it?
Thank you so much in advance!
>> %% NHAP DU LIEU
>> sD = som_read_data('C:\Users\quang\Desktop\Data.txt');
Warning: Automatically determined data dimension is 8. Is it
correct?
> In som_read_data (line 187)
data read ok
>> %% XU LY DU LIEU
>> sD = som_normalize(sD,'range');
>> %% HUAN LUYEN DU LIEU
>> sM = som_make(sD);
Determining map size...
map size [12, 4]
Initialization...
Training using batch algorithm...
Rough training phase...
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Finetuning phase...
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Training: 0/ 0 s
Final quantization error: 0.166
Final topographic error: 0.029
>> %% TRUC QUAN HOA SOM
>> som_show(sM,'norm','n');
Error using axes
Handles of type ColorBar cannot be made the current Axes.
Error in som_recolorbar (line 300)
mem_axes=gca; axes(h_(i));
Error in som_show (line 523)
h_colorbar=som_recolorbar('all', 3, General.scale); %refresh
colorbars

Risposte (0)

Categorie

Scopri di più su Contour Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by