Abstract base class for all peak finding algorithms. The class is an enumerable collection of all found peaks.

Namespace: CenterSpace.NMath.Core
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
[SerializableAttribute]
public abstract class PeakFinderBase
Visual Basic
<SerializableAttribute> _
Public MustInherit Class PeakFinderBase
Visual C++
[SerializableAttribute]
public ref class PeakFinderBase abstract

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Core..::..PeakFinderBase
    CenterSpace.NMath.Core..::..PeakFinderSavitzkyGolay

See Also