Spectral |
public class SpectralPreprocessingOptions : ICloneable
The SpectralPreprocessingOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| SpectralPreprocessingOptions | Initializes a new instance of the SpectralPreprocessingOptions class. All options are set to their defaults. | |
| SpectralPreprocessingOptions(SpectralPreprocessingOptions) | Initializes a new instance of the SpectralPreprocessingOptions class by copying values from another instance. |
| Name | Description | |
|---|---|---|
| DetrendingOrder | Gets or sets the order used for detrending. | |
| EnsembleMeanAfterProcessing | Gets a value indicating whether the ensemble mean should be taken after spectral preprocessing. | |
| EnsembleScale | Gets or sets a value indicating whether the spectral ensemble should be scaled so that each spectral slot (wavelength) has a variance of 1 over the ensemble of spectra. | |
| Method | Gets or sets the main method used for spectral preprocessing. | |
| Regions | Gets or sets the indices delimiting regions. | |
| UseDetrending | Gets or sets a value indicating whether detrending is applied to each spectrum. |
| Name | Description | |
|---|---|---|
| Clone | Creates a copy of this instance. | |
| CopyFrom | Copies all settings from another instance. | |
| 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) | |
| IdentifyRegions | Tries to identify spectral regions by analyzing the spectral X values. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetRegions | Sets the regions by providing an array of starting indices. | |
| SetRegionsByIdentification | Tries to identify spectral regions by analyzing the spectral X values. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |