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

Gets the nodes of the Hopfield network

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

Syntax

C#
public ActivationCollection Nodes { get; set; }

Implements

IAutoEncoder..::..Nodes

Remarks

Note
If the Hopfield network has been committed, setting this property will set the activations for the input layer of the network. If the network has not been committed, then setting this property will have no effect

See Also