[This is preliminary documentation and is subject to change.]

Sets the desired output for the backpropagation network

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public ActivationCollection DesiredOutput { set; }

Implements

ITrainable..::..DesiredOutput

Remarks

Note
This property MUST be set before the Learn()()()() method is called

See Also