![]() | Sparse |
The SparsePLSDACrossValidation type exposes the following members.
Name | Description | |
---|---|---|
![]() | SparsePLSDACrossValidation | Default constructor. Constructs a SparsePLSDACrossValidation instance that uses the "leave one out" cross validation. LeaveOneOutSubsets |
![]() | SparsePLSDACrossValidation(ICrossValidationSubsets) | Constructs a SparsePLSDACrossValidation instance which uses the given subset generator and the Nipals algorithm. |
Name | Description | |
---|---|---|
![]() | AverageMeanSqrError | Gets the average of the mean square errors for each training/testing subsets pair. |
![]() | Calculator | Gets and sets the SparsePLS calculator to use for the sparse PLS calculations. |
![]() | IsGood | Whether all the PLS2 calculations were successful. |
![]() | Message | Gets any message that may have been generated by the computation. For example, if the calculation is unsuccessful, the message indicates the reason. |
![]() | Results | Gets the results of the cross validation for each training/testing subsets pair. |
![]() | SubsetGenerator | Gets and sets the subset generator to use to generate testing and training subsets. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this SparsePLSDACrossValidation. |
![]() | DoCrossValidation | Perform cross validation on the given data using the existing calculator and subset generator. |