Click or drag to resize
Accord.NET (logo)

DeltaRuleLearning Constructor

Initializes a new instance of the DeltaRuleLearning class.

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

Parameters

network
Type: Accord.NeuroActivationNetwork
Network to teach.
Exceptions
ExceptionCondition
ArgumentExceptionInvalid nuaral network. It should have one layer only.
See Also