The PLS2CrossValidation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PLS2CrossValidation | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this PLS2CrossValidation.
| |
| DoCrossValidation | Overloaded. | |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AverageMeanSqrError |
Gets the average of the mean square errors for each training/testing
subsets pair.
| |
| Calculator |
Gets and sets the PLS2 calculator to use for PLS2 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.
|