IMultivariate |
public interface IMultivariatePreprocessingModel
The IMultivariatePreprocessingModel type exposes the following members.
| Name | Description | |
|---|---|---|
| PreprocessEnsembleOfSpectra | Gets the preprocessing operation applied to an ensemble of spectra (mean/scale preprocessing). | |
| PreprocessSingleSpectrum | Gets the preprocessing operation applied to a single spectrum. | |
| SpectralRegions | Gets the spectral regions used in preprocessing. | |
| XMean | Gets the mean values of X used for centering during preprocessing. | |
| XOfX | Gets the X axis values corresponding to the columns of the (unprocessed) spectral matrix. | |
| XScale | Gets the scaling factors of X used during preprocessing. | |
| YMean | Gets the mean values of Y used for centering during preprocessing. | |
| YScale | Gets the scaling factors of Y used during preprocessing. |