IMultivariatePreprocessingModel Type

Contains the basic data that where obtained during preprocessing.

Instance members

Instance member Description

this.PreprocessOptions

Full Usage: this.PreprocessOptions

Returns: SpectralPreprocessingOptions
Modifiers: abstract

Returns: SpectralPreprocessingOptions

this.SpectralRegions

Full Usage: this.SpectralRegions

Returns: int[]
Modifiers: abstract

Returns: int[]

this.XMean

Full Usage: this.XMean

Returns: IROVector<float>
Modifiers: abstract

Returns: IROVector<float>

this.XOfX

Full Usage: this.XOfX

Returns: IReadOnlyList<float>
Modifiers: abstract

Returns: IReadOnlyList<float>

this.XScale

Full Usage: this.XScale

Returns: IROVector<float>
Modifiers: abstract

Returns: IROVector<float>

this.YMean

Full Usage: this.YMean

Returns: IROVector<float>
Modifiers: abstract

Returns: IROVector<float>

this.YScale

Full Usage: this.YScale

Returns: IROVector<float>
Modifiers: abstract

Returns: IROVector<float>