The Weights.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public abstract double[] Weights { get; set; }
Visual Basic (Declaration)
Public MustOverride Property Weights As Double()
Visual C++
public:
virtual property array<double>^ Weights {
	array<double>^ get () abstract;
	void set (array<double>^ value) abstract;
}

Field Value

A double array containing the Weights associated with NetworkLinks.

See Also