Overload List

  NameDescription
RetainPeaks(Func<(Of <(Extrema, Boolean>)>))
Retains
CopyC#
Extrema
in
CopyC#
this
instance that don't satisfy the
CopyC#
FilterDelegate
.
(Inherited from PeakFinderBase.)
RetainPeaks(Func<(Of <(Extrema, Extrema, Extrema, Boolean>)>), Boolean)
Retains
CopyC#
Extrema
in
CopyC#
this
instance that satisfy the
CopyC#
FilterDelegate
, simultaneously for each Extrema, FilterDelegate(extrema[i-1], extrema[i], extrema[i+1]). This allows the filtering of extrema based on the two immediate neighbors. End-point extrema can be dropped at will based on boolean
CopyC#
DropEdgePeaks
.
(Inherited from PeakFinderBase.)

See Also