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

Sets the "desired pattern" that is to be "encoded" into the Hopfield network

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public override ActivationCollection DesiredOutput { protected get; set; }

Remarks

Note
Since Hopfield networks are "auto-encoders", this property is actually used to specify the "desired pattern" that is to be encoded instead of the more conventional desired output. The name "DesiredOutput" is being used, however, in order to adhere to the Clarion Library's conventions (specifically with regard to the ITrainable interface)

See Also