Curve Fitter<T>.Weight Vector Property
Gets or sets the weight vector.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public Vector<T> WeightVector { get; set; }
Property Value
Vector<T>Remarks
If the weight vector is null, all weights are assumed to be equal to 1.