The SynapsysWeightsType enumeration is used to determine the method of synapse weights setting for self-organizing Kohonen maps.
It is used by the following property:
| Value | Brief description | |
| 0 | ConvexCombinationalgorithm. The weights vector is calculated using the convex combination method. | |
| 1 | Manual. The weights vector is set by the user. |
The convex combination method consists in the idea that weights are equaled to the same value:
![]()
Where:
n. The number component of each weight vector.
See also: