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

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

Syntax

C#
[SerializableAttribute]
public abstract class PeakFinderBase
Visual Basic (Declaration)
<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