plotsomtop
자기 조직화 맵 위상 플로팅
구문
plotsomtop(net)
설명
plotsomtop(net)은 SOM 계층의 위상을 플로팅합니다.
이 플롯은 SOM 신경망에 대해 hextop 위상과 gridtop 위상을 지원하지만 tritop 또는 randtop는 지원하지 않습니다.
예제
SOM 위상 플로팅하기
x = iris_dataset; net = selforgmap([8 8]); plotsomtop(net)

버전 내역
R2008a에 개발됨