Click or drag to resize

PLS1Regression Properties

The PLS1Regression type exposes the following members.

Properties
 NameDescription
Public propertyCalibrationModel Gets the calibration model of the analysis.
(Inherited from MultivariateRegression)
Protected propertyInternalCalibrationModel Gets the calibration model of the analysis.
(Overrides MultivariateRegressionInternalCalibrationModel)
Public propertyNumberOfFactors Gets the number of factors calculated during the analysis.
(Inherited from MultivariateRegression)
Public propertyNumberOfSpectralResiduals Gets the number of spectral residuals. This is normally 1, but for the PLS1 analysis, it is NumberOfY.
(Overrides MultivariateRegressionNumberOfSpectralResiduals)
Public propertyPRESS Gets the predicted error sum of squares (PRESS) values accumulated during analysis.
Top
See Also