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

Gets the thresholds for the output layer

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

Syntax

C#
protected Dictionary<Guid, double> OutputThresholds { get; }

Remarks

The thresholds for the output layer are stored within the dictionary as follows: Key = The world ID of a world object in the output layer
Value = The threshold for the output node (i.e.,world object) with the specified world ID

See Also