The weight for this Link.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double Weight { get; set; }Public Overridable Property Weight As Double
Get
Set
public:
virtual property double Weight {
double get ();
void set (double value);
}abstract Weight : float with get, set
override Weight : float with get, set
Property Value
Type:
Double
A
double which contains the
weight attributed to this
Link.
See Also