Main Content

plotsomhits

자기 조직화 맵 샘플 적중 플로팅

구문

plotsomhits(net,inputs)

설명

plotsomhits(net,inputs)SOM 계층을 플로팅하며 각 뉴런은 자신이 분류하는 입력 벡터의 개수를 표시합니다. 각 뉴런의 상대적인 벡터 개수는 컬러 패치의 크기를 통해 표시됩니다.

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

예제

SOM 샘플 적중 플로팅하기

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

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

plotsomhits(net,x)

Figure SOM Sample Hits (plotsomhits) contains an axes object. The axes object with title Hits contains 75 objects of type patch, text.

버전 내역

R2008a에 개발됨

참고 항목