Multivariate |
public class MultivariatePreprocessingModel : IMultivariatePreprocessingModel
The MultivariatePreprocessingModel type exposes the following members.
| Name | Description | |
|---|---|---|
| MultivariatePreprocessingModel | Initializes a new instance of the MultivariatePreprocessingModel class |
| 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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |