Click or drag to resize

MultivariatePreprocessingModel Class

Default implementation of IMultivariatePreprocessingModel.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.MultivariateMultivariatePreprocessingModel

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class MultivariatePreprocessingModel : IMultivariatePreprocessingModel

The MultivariatePreprocessingModel type exposes the following members.

Constructors
 NameDescription
Public methodMultivariatePreprocessingModelInitializes a new instance of the MultivariatePreprocessingModel class
Top
Properties
 NameDescription
Public propertyPreprocessEnsembleOfSpectra Gets the preprocessing operation applied to an ensemble of spectra (mean/scale preprocessing).
Public propertyPreprocessSingleSpectrum Gets the preprocessing operation applied to a single spectrum.
Public propertySpectralRegions Gets the spectral regions used in preprocessing.
Public propertyXMean Gets the mean values of X used for centering during preprocessing.
Public propertyXOfX Gets the X axis values corresponding to the columns of the (unprocessed) spectral matrix.
Public propertyXScale Gets the scaling factors of X used during preprocessing.
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also