Click or drag to resize

FloatNonnegativeLeastSquaresTolerance Property

Gets and sets the tolerance for detecting rank deficiency while solving the nonnegative least squares problem. This number should be "small" relative to the input data and within the precision of a single precision number. Default value is FloatNonnegativeLeastSquares.DEFAULT_TOLERANCE = 1e-5F

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float Tolerance { get; }

Property Value

Single
See Also