Main Content

plotsomnc

자기 조직화 맵 이웃 연결 플로팅

구문

plotsomnc(net)

설명

plotsomnc(net)SOM 계층을 플로팅하여 뉴런을 회청색 패치로 표시하고 직접 이웃 관계를 빨간색 선으로 표시합니다.

이 플롯은 SOM 신경망에 대해 hextop 위상과 gridtop 위상을 지원하지만 tritop 또는 randtop는 지원하지 않습니다.

예제

SOM 이웃 연결 플로팅하기

x = iris_dataset;
net = selforgmap([8 8]);
net = train(net,x);

Figure Neural Network Training (25-Jan-2024 15:28:05) contains an object of type uigridlayout.

plotsomnc(net)

Figure SOM Neighbor Connections (plotsomnc) contains an axes object. The axes object with title SOM Neighbor Connections contains 386 objects of type patch, line.

버전 내역

R2008a에 개발됨