Click or drag to resize

PLS1CrossValidationResult Properties

The PLS1CrossValidationResult type exposes the following members.

Properties
 NameDescription
Public propertyCrossValidationData Gets the cross validation data used for this result.
Public propertyIsGood Whether the PLS1 calculation was successful.
Public propertyMeanSqrError 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.
Public propertyMessage Gets any message that may have been generated by the PLS1 calculation. For example, if the calculation is unsuccessful, the message indicates the reason.
Top
See Also