Click or drag to resize

PLS2CalibrationModel Properties

The PLS2CalibrationModel type exposes the following members.

Properties
 NameDescription
Public propertyCrossProduct Gets the cross-product matrix (typically a 1-by-factors matrix).
Public propertyNumberOfFactors Gets or sets the number of factors used by the calibration model.
(Inherited from MultivariateCalibrationModel)
Public propertyNumberOfX Gets or sets the number of X variables (e.g. spectral points).
(Inherited from MultivariateCalibrationModel)
Public propertyNumberOfY Gets or sets the number of Y variables (e.g. concentrations).
(Inherited from MultivariateCalibrationModel)
Public propertyPreprocessingModel Gets the preprocessing model associated with this calibration model.
(Inherited from MultivariateCalibrationModel)
Public propertyXLoads Gets the x loading matrix.
Public propertyXWeights Gets the x weight matrix.
Public propertyYLoads Gets the y loading matrix.
Top
See Also