Self-organization map

3 次查看(过去 30 天)
Tuan Tran
Tuan Tran 2020-11-4
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

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Contour Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by