[This is preliminary documentation and is subject to change.]
Gets the input to hidden layer weight matrix
Namespace: Clarion.Framework.TemplatesAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
protected Dictionary<Guid, List<double>> InputToHiddenWeights { get; } |
Remarks
The weights linking the input and hidden layers are stored within the dictionary as follows:
Key = The world ID of a world object in the input layer
Value = A list of weights linking to all of the hidden layer nodes
Key = The world ID of a world object in the input layer
Value = A list of weights linking to all of the hidden layer nodes
![]() |
---|
The list of weights stored within the "Value container" of the dictionary are stored as a standard indexable list where the indexes of that list correlate exactly to the indexes of the hidden nodes in Hidden |