S-SOFM Toolbox

버전 1.0.0.0 (6.04 MB) 작성자: Alexandros Leontitsis
A toolbox to implement Spherical Self-Organizing Feature Maps
다운로드 수: 3.7K
업데이트 날짜: 2006/12/15

라이선스 없음

The Spherical Self-Organizing Feature Maps is a contemporary technique for data clustering and visualization.

The main advantages they offer are the following:
1. Smooth training
2. Implementation in arbitrary dimension without additional computational cost.
3. Data visualization in arbitrary dimensions

This toolbox contains a set of functions and a GUI which can be used to create glyphs from spherical Self-Organizing Feature Maps (SOFMs). It is freely distributable for educational and research purposes.

Example:

% loads the data to be visualized
load henon-1024-4.mat

%loads the S-SOFM structure
load c4-24.mat

%trains the S-SOFM
[w,g,r]=trainGlyph(P,X,C,0.5,20,'plot');

% plots the S-SOFM
glyph(X,r);

인용 양식

Alexandros Leontitsis (2024). S-SOFM Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/13252-s-sofm-toolbox), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

name correction