Linear Curve Fitter<T>.Method Property
Gets or sets the method used to calculate the least-sqaures solution.
Definition
Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A LinearLeastSquaresMethod value.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
public LinearLeastSquaresMethod Method { get; set; }
Property Value
LinearLeastSquaresMethodA LinearLeastSquaresMethod value.