S-SOFM Toolbox
Nessuna licenza
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);
Cita come
Alexandros Leontitsis (2024). S-SOFM Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/13252-s-sofm-toolbox), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Control Systems > Fuzzy Logic Toolbox >
- AI and Statistics > Deep Learning Toolbox > Function Approximation, Clustering, and Control >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 | name correction |