|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool CheckData { get; set; }Public Property CheckData As Boolean
	Get
	Set
public:
property bool CheckData {
	bool get ();
	void set (bool value);
}member CheckData : bool with get, set
Property Value
Boolean Remarks
Remarks
            This variable is checked in the SetRegressionData methods.
            
 See Also
See Also