필터 지우기
필터 지우기

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