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

Gets the thresholds for the hidden layer

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

Syntax

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

Remarks

Note
The list of thresholds returned by this property are stored as a standard indexable list where the indexes of that list correlate exactly to the indexes of the hidden nodes in Hidden

See Also