The weight for this Link.

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

Syntax

C#
public virtual double Weight { get; set; }
Visual Basic (Declaration)
Public Overridable Property Weight As Double
Visual C++
public:
virtual property double Weight {
	double get ();
	void set (double value);
}

Field Value

A double which contains the weight attributed to this Link.

See Also