SSProb Class |
public class SSProb : SSProbBase, IBaselineEvaluation, ISingleSpectrumPreprocessor, IEquatable<SSProb>
The SSProb type exposes the following members.
| Name | Description | |
|---|---|---|
| InterpolationFunctionOptions |
Gets the interpolation function options used to create the smoothing spline.
(Inherited from SSProbBase) | |
| RelativeProbabilityThreshold |
Gets or sets a relative threshold that controls how aggressively points above the spline are excluded.
(Inherited from SSProbBase) | |
| SmoothnessSpecifiedBy |
Determines how the smoothness of the spline is specified, together with SmoothnessValue.
(Inherited from SSProbBase) | |
| SmoothnessValue |
Determines the smoothness of the spline.
The meaning of this value depends on SmoothnessSpecifiedBy.
(Inherited from SSProbBase) |
| Name | Description | |
|---|---|---|
| Execute(Double, Double, Int32) | Executes the processor. | |
| Execute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) | (Inherited from SSProbBase) | |
| Export |
Writes this instance to XML.
(Inherited from SSProbBase) | |
| 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) |