The weight values for
the Links
in this Network.
Namespace:
Imsl.DataMining.Neural
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public override double[] Weights { get; set; } |
Visual Basic (Declaration) |
---|
Public Overrides Property Weights As Double() |
Visual C++ |
---|
public: virtual property array<double>^ Weights { array<double>^ get () override; void set (array<double>^ value) override; } |
Field Value
An array of doubles containing the weights.
Remarks
The array contains the weights for each Link followed
by the Perceptronbias values. The Linkweights are the order in which the
Links were created. The weights values are first,
followed by the bias values in the HiddenLayer and
then the bias values in the OutputLayer,
and in the order in which the Perceptrons were created.