Click or drag to resize

LinearRegressionCheckData Property

Gets and sets a boolean indicating whether or not to check input data for non-numeric values. If input data is large checking all values for NaN's and infinities can be a performance consideration.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool CheckData { get; set; }

Property Value

Boolean
Remarks
This variable is checked in the SetRegressionData methods.
See Also