Main Content

plotsompos

자기 조직화 맵 가중치 위치 플로팅

구문

plotsompos(net)
plotsompos(net,inputs)

설명

plotsompos(net)는 입력 벡터를 녹색 점으로 플로팅하고, 각 뉴런의 가중 벡터를 청회색 점으로 표시하고 이웃하는 뉴런을 빨간색 선으로 연결하여 SOM이 입력 공간을 어떻게 분류하는지 보여줍니다.

plotsompos(net,inputs)는 가중치와 함께 입력 데이터를 플로팅합니다.

예제

SOM 가중치 위치 플로팅하기

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

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

plotsompos(net,x)

Figure SOM Weight Positions (plotsompos) contains an axes object. The axes object with title SOM Weight Positions, xlabel Weight 1, ylabel Weight 2 contains 3 objects of type line. One or more of the lines displays its values using only markers

버전 내역

R2008a에 개발됨