LinearCurveFitter<T> Constructor

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0

Overload List

LinearCurveFitter<T>

Constructs a new LinearCurveFitter object.
C#
public LinearCurveFitter()

LinearCurveFitter<T>(LinearLeastSquaresMethod)

Constructs a new LinearCurveFitter object.
C#
public LinearCurveFitter(
	LinearLeastSquaresMethod method
)

Parameters

method  LinearLeastSquaresMethod
A LinearLeastSquaresMethod value that specifies how the least-squares solution is to be calculated.

See Also