Click or drag to resize

IPLS2CalibrationModel Interface

Defines the calibration model data required by a PLS2 regression.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IPLS2CalibrationModel : IMultivariateCalibrationModel

The IPLS2CalibrationModel type exposes the following members.

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