Click or drag to resize
NetworkWeights Property
The Weights.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public abstract double[] Weights { get; set; }

Property Value

Type: Double
A double array containing the Weights associated with NetworkLinks.
See Also