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

Gets the activations for the hidden layer

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

Syntax

C#
protected List<double> Hidden { get; }

Remarks

Note
The hidden layer "nodes" are stored within a standard indexable list

See Also