selforgmap
Self-organizing map
Syntax
Description
Self-organizing maps learn to cluster data based on similarity, topology, with a preference (but no guarantee) of assigning the same number of instances to each class.
You can use self-organizing maps to cluster data and to reduce the dimensionality of data. They are inspired by the sensory and motor mappings in the mammal brain, which also appear to automatically organizing information topologically.
takes a row vector of dimension sizes and returns a self-organizing map.selfOrgMap
= selforgmap(dimensions
)
takes a row vector of dimension sizes and also a number of training steps for initial
covering, an initial neighborhood size, a layer topology function, and a neuron distance
function, and returns a self-organizing map.selfOrgMap
= selforgmap(dimensions
,coverSteps
,initNeighbor
,topologyFcn
,distanceFcn
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2010b
See Also
lvqnet
| competlayer
| nctool