LinearCurveFitter.Method Property

Gets or sets the method used to calculate the least-sqaures solution.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public LinearLeastSquaresMethod Method { get; set; }

Property Value

LinearLeastSquaresMethod
A LinearLeastSquaresMethod value.

See Also