Click or drag to resize

RegressionBaseNumberOfPredictors Property

Gets the number of predictors.

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

Property Value

Int32
Remarks
If the model contains an intercept parameter, then the number of predictors is equal to the number of parameters minus one. If the model does not contain an intercept parameter, then the number of predictors is equal to the number of parameters.
See Also