 | PLS2CrossValidationWithJackknife Constructor |
Default constructor. Constructs a PLS2CrossValidationWithJackknife instance that uses
the "leave one out" cross validation and the Nipals algorithm. No scaling will be done and
full model coefficients will be used in the jackknife coefficient variance estimate
computation.
LeaveOneOutSubsets Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic PLS2CrossValidationWithJackknife()
public:
PLS2CrossValidationWithJackknife()
new : unit -> PLS2CrossValidationWithJackknife
See Also