|  | PLS | 
The PLS2CrossValidationWithJackknife type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of this PLS2CrossValidationWithJackknife. | 
|  | CoefficientConfidenceIntervals | Calculates the (1 - alpha)x100% confidence intervals for the model coeffficients. The i,j entry corresponds to the i,j entry of the matrix of coefficients accessed by the Coefficients property. | 
|  | DoCrossValidation(DoubleMatrix, DoubleMatrix, Int32) | Perform cross validation and jackknife variance estimation on the given data using the existing calculator and subset generator. | 
|  | DoCrossValidation(DoubleMatrix, DoubleMatrix, IPLS2Calc, Int32) | Performs cross validation and jackknife variance estimation on the given data using the given calculator and number of components. | 
 See Also
See Also