Peak |
public class PeakSearchingByTopology : IPeakSearching, IEquatable<PeakSearchingByTopology>
The PeakSearchingByTopology type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakSearchingByTopology | Initializes a new instance of the PeakSearchingByTopology class |
| Name | Description | |
|---|---|---|
| MaximalNumberOfPeaks | Gets/sets a limit for the number of peaks included in the result. If set, only the peaks with the highest amplitudes are included (up to this number). | |
| MinimalProminence | Gets/sets the minimal required peak prominence. The value is interpreted relative to the y-span of the region (see implementation). | |
| PeakEnhancement | Gets/sets the peak enhancement method (default is PeakEnhancementNone, i.e. no peak enhancement). |
| Name | Description | |
|---|---|---|
| Execute(Double, Double) | ||
| Execute(Double, Double, Int32) | Executes the peak searching algorithm. | |
| 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) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |