Click or drag to resize

PLS1CalibrationModel Properties

The PLS1CalibrationModel type exposes the following members.

Properties
 NameDescription
Public propertyCrossProduct Gets the per-target-variable cross-product matrices.
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).
(Overrides MultivariateCalibrationModelNumberOfY)
Public propertyPreprocessingModel Gets the preprocessing model associated with this calibration model.
(Inherited from MultivariateCalibrationModel)
Public propertyXLoads Gets the per-target-variable x loading matrices.
Public propertyXWeights Gets the per-target-variable x weight matrices.
Public propertyYLoads Gets the per-target-variable y loading matrices.
Top
See Also