Click or drag to resize

PCRCalibrationModel Properties

The PCRCalibrationModel type exposes the following members.

Properties
 NameDescription
Public propertyCrossProduct Gets or sets the cross-product vector (singular values) used by the PCR model.
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 or sets the x loading matrix.
Public propertyXScores Gets or sets the x score matrix.
Public propertyYLoads Gets or sets the y load matrix.
Top
See Also