Click or drag to resize

PLS2CrossValidationWithJackknife Constructor

Overload List
 NameDescription
Public methodPLS2CrossValidationWithJackknife 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
Public methodPLS2CrossValidationWithJackknife(Boolean) Constructs a PLS2CrossValidationWithJackknife instance that uses the "leave one out" cross validation and the Nipals algorithm. full model coefficients will be used in the jackknife coefficient variance estimate computation. If true, the learning X data for each subset is scaled by dividing each variable by its sample standard deviation. The prediction data is scaled by the same amount. Note that this will impact performance.LeaveOneOutSubsets
Public methodPLS2CrossValidationWithJackknife(ICrossValidationSubsets) Constructs a PLS2CrossValidationWithJackknife instance which uses the given subset generator and the Nipals algorithm.
Public methodPLS2CrossValidationWithJackknife(ICrossValidationSubsets, Boolean) Constructs a PLS2CrossValidationWithJackknife instance which uses the given subset generator and the Nipals algorithm. No scaling and full model coefficients will be used in the jackknife coefficient variance estimate computation. No scaling will be done and full model coefficients will be used in the jackknife coefficient variance estimate computation.
Public methodPLS2CrossValidationWithJackknife(IPLS2Calc, ICrossValidationSubsets) Constructs a PLS2CrossValidationWithJackknife instance which uses the given PLS calculator and subset generator. No scaling will be done and full model coefficients will be used in the jackknife coefficient variance estimate computation.
Public methodPLS2CrossValidationWithJackknife(ICrossValidationSubsets, Boolean, Boolean) Constructs a PLS2CrossValidationWithJackknife instance which uses the given subset generator and the Nipals algorithm. No scaling and full model coefficients will be used in the jackknife coefficient variance estimate computation. No scaling will be done and full model coefficients will be used in the jackknife coefficient variance estimate computation.
Public methodPLS2CrossValidationWithJackknife(IPLS2Calc, ICrossValidationSubsets, Boolean) Constructs a PLS2CrossValidationWithJackknife instance which uses the given PLS calculator and subset generator.
Public methodPLS2CrossValidationWithJackknife(IPLS2Calc, ICrossValidationSubsets, Boolean, Boolean) Constructs a PLS2CrossValidationWithJackknife instance which uses the given PLS calculator and subset generator.
Top
See Also