  | RegressionBaseHasInterceptParameter Property | 
            Returns true if the model has an intercept parameter; otherwise,
            false.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic bool HasInterceptParameter { get; }Public ReadOnly Property HasInterceptParameter As Boolean
	Get
public:
property bool HasInterceptParameter {
	bool get ();
}member HasInterceptParameter : bool with get
Property Value
Boolean
See Also