CurveFitter<T>.WeightVector 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.0
C#
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.

See Also