Click or drag to resize

IMultivariateCalibrationModel Interface

Contains the basic data for a multivariate calibration model.

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

The IMultivariateCalibrationModel type exposes the following members.

Properties
 NameDescription
Public propertyNumberOfFactors Gets the number of factors used by the calibration model.
Public propertyNumberOfX Gets the number of X variables (e.g. spectral points).
Public propertyNumberOfY Gets the number of Y variables (e.g. concentrations).
Public propertyPreprocessingModel Gets the preprocessing model associated with this calibration model.
Top
See Also