Main Content

plotsomtop

자기 조직화 맵 위상 플로팅

구문

plotsomtop(net)

설명

plotsomtop(net)SOM 계층의 위상을 플로팅합니다.

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

예제

SOM 위상 플로팅하기

x = iris_dataset;
net = selforgmap([8 8]);
plotsomtop(net)

Figure SOM Topology (plotsomtop) contains an axes object. The axes object with title SOM Topology contains 64 objects of type patch.

버전 내역

R2008a에 개발됨