|  | PLS1NumComponents Property | 
            Gets and sets the number of predictor variable components to use
            in the PLS calculation.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
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
Remarks
            Setting the number of components forces a re-calculation.
            
 See Also
See Also