|  | PLS | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe PLS1CrossValidationResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PLS1CrossValidationResult | Constructs a PLS1CrossValidationResult instance from the given data, partial least squares calculator, and number of components (aka latent vector). | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CrossValidationData | Gets the cross validation data used for this result. | 
|  | IsGood | Whether the PLS1 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 PLS1 calculation. For example, if the calculation is unsuccessful, the message indicates the reason. | 
 Methods
Methods See Also
See Also