The PLS2CrossValidationResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PLS2CrossValidationResult |
Constructs a PLS2CrossValidationResult instance from the given data, partial
least squares calculation object, and number of components (aka latent
vector).
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this PLS2CrossValidationResult.
| |
| 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 | |
|---|---|---|
| CrossValidationData |
Gets the cross validation data used for this result.
| |
| IsGood |
Whether the calculation was successful.
| |
| MeanSqrError |
Gets the mean square error for this cross validation result. This
is the mean squared error between the actual dependent data values
and those predicted by the model constructed from the training data.
| |
| Message |
Gets any message that may have been generated by the calculation. For
example, if the calculation is unsuccessful, the message indicates the
reason.
|