Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic abstract double[] Weights { get; set; }Public MustOverride Property Weights As Double()
Get
Set
public:
virtual property array<double>^ Weights {
array<double>^ get () abstract;
void set (array<double>^ value) abstract;
}abstract Weights : float[] with get, set
Property Value
Type:
Double
A
double array containing the
Weights associated with
NetworkLinks.
See Also