Click or drag to resize

IMultivariatePreprocessingModel Interface

Contains the basic data that were obtained during preprocessing.

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

The IMultivariatePreprocessingModel type exposes the following members.

Properties
 NameDescription
Public propertyAuxiliaryDataX Gets the auxiliary data associated with the ensemble processing.
Public propertyPreprocessSingleSpectrum Gets the preprocessing operation applied to a single spectrum.
Public propertySpectralRegions Gets the spectral regions used in preprocessing.
Public propertyXOfX Gets the X axis values corresponding to the columns of the (unprocessed) spectral matrix.
Public propertyYMean Gets the mean values of Y used for centering during preprocessing.
Public propertyYScale Gets the scaling factors of Y used during preprocessing.
Top
See Also