Click or drag to resize
Accord.NET (logo)

SOMLearning Constructor (DistanceNetwork)

Initializes a new instance of the SOMLearning class.

Namespace:  Accord.Neuro.Learning
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public SOMLearning(
	DistanceNetwork network
)
Request Example View Source

Parameters

network
Type: Accord.NeuroDistanceNetwork
Neural network to train.
Exceptions
ExceptionCondition
ArgumentExceptionInvalid network size - square network is expected.
Remarks

This constructor supposes that a square network will be passed for training - it should be possible to get square root of network's neurons amount.

See Also