Click or drag to resize

PLS1NumComponents Property

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

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

Property Value

Int32
Remarks
Setting the number of components forces a re-calculation.
See Also