  | PLS2NumComponents Property | 
            Gets and sets the number of predictor variable components to use
            in the calculation.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int NumComponents { get; set; }Public Property NumComponents As Integer
	Get
	Set
public:
property int NumComponents {
	int get ();
	void set (int value);
}member NumComponents : int with get, set
Property Value
Int32
Remarks
            Setting the number of components forces a re-calculation.
            
See Also