Click or drag to resize

SpectralPreprocessingOptions Methods

The SpectralPreprocessingOptions type exposes the following members.

Methods
 NameDescription
Public methodExecute(Double, MatrixDouble, Int32) Executes the preprocessing pipeline for an ensemble of spectra.
(Inherited from SpectralPreprocessingOptionsBase)
Public methodExecute(Double, Double, Int32) Executes the processor for a single spectrum.
(Inherited from SpectralPreprocessingOptionsBase)
Public methodExecuteForPrediction Executes the preprocessing pipeline for prediction using previously captured auxiliary data.
(Inherited from SpectralPreprocessingOptionsBase)
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 methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from SpectralPreprocessingOptionsBase)
Public methodGetProcessorElements Gets the processor elements of which this compound consists.
(Inherited from SpectralPreprocessingOptionsBase)
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.
(Overrides SpectralPreprocessingOptionsBaseToString)
Public methodStatic memberTryCreateFrom Tries to convert the provided options into a SpectralPreprocessingOptions instance.
Top
See Also