Gets and sets the number of predictor variable components to use in the calculation.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int NumComponents { get; set; }
Visual Basic (Declaration)
Public Property NumComponents As Integer
Visual C++
public:
property int NumComponents {
	int get ();
	void set (int value);
}

Remarks

Setting the number of components forces a re-calculation.

See Also