Peak |
public class PeakEnhancement2ndDerivativeOfSmoothingSpline : IPeakEnhancement, ISingleSpectrumPreprocessor, IEquatable<PeakEnhancement2ndDerivativeOfSmoothingSpline>
The PeakEnhancement2ndDerivativeOfSmoothingSpline type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakEnhancement2ndDerivativeOfSmoothingSpline | Initializes a new instance of the PeakEnhancement2ndDerivativeOfSmoothingSpline class |
| Name | Description | |
|---|---|---|
| Smoothness | Gets or sets the smoothness parameter. If , this parameter is set automatically. If not , it must be in the interval [0, Infinity], where a value of 0 means no smoothing (evaluation of a cubic spline), while a value of Infinity means evaluation of a regression. |
| Name | Description | |
|---|---|---|
| Execute | Executes the processor. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| WithAdjustedParameters | Adjusts the parameters of this peak-enhancement method using the spectrum and the result of a regular peak search over the spectrum. |
| Name | Description | |
|---|---|---|
| SmoothnessDefaultValue | The default value for Smoothness used when Smoothness is . |