MultiplicativeScatterCorrection Type

This class processes the spectra for influence of multiplicative scattering.

Constructors

Constructor Description

MultiplicativeScatterCorrection()

Full Usage: MultiplicativeScatterCorrection()

Instance members

Instance member Description

this.Export

Full Usage: this.Export

Parameters:
    writer : XmlWriter - The writer to export to

Modifiers: abstract

Exports the processing to an xml node.

writer : XmlWriter

The writer to export to

this.Process

Full Usage: this.Process

Parameters:
    xMatrix : IMatrix<float> - The matrix of spectra. Each spectrum is a row of the matrix.
    xMean : IVector<float> - Output: On return, contains the ensemble mean of the spectra.
    xScale : IVector<float> - Not used.
    regions : int[] - Vector of spectal regions. Each element is the index of the start of a new region.

Modifiers: abstract

Processes the spectra in matrix xMatrix.

xMatrix : IMatrix<float>

The matrix of spectra. Each spectrum is a row of the matrix.

xMean : IVector<float>

Output: On return, contains the ensemble mean of the spectra.

xScale : IVector<float>

Not used.

regions : int[]

Vector of spectal regions. Each element is the index of the start of a new region.

this.ProcessForPrediction

Full Usage: this.ProcessForPrediction

Parameters:
    xMatrix : IMatrix<float> - The matrix of spectra. Each spectrum is a row of the matrix.
    xMean : IReadOnlyList<float> - Output: On return, contains the ensemble mean of the spectra.
    xScale : IReadOnlyList<float> - Not used.
    regions : int[] - Vector of spectal regions. Each element is the index of the start of a new region.

Modifiers: abstract

Processes the spectra in matrix xMatrix.

xMatrix : IMatrix<float>

The matrix of spectra. Each spectrum is a row of the matrix.

xMean : IReadOnlyList<float>

Output: On return, contains the ensemble mean of the spectra.

xScale : IReadOnlyList<float>

Not used.

regions : int[]

Vector of spectal regions. Each element is the index of the start of a new region.