フィルターのクリア

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 Center および File ExchangeContour Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by