Uses of Interface
com.fa993.variations.LocalMaxima
-
Packages that use LocalMaxima Package Description com.fa993 com.fa993.variations -
-
Uses of LocalMaxima in com.fa993
Constructors in com.fa993 with parameters of type LocalMaxima Constructor Description FindPeaks(LocalMaxima impl)
Constructor that allows specifying a customLocalMaxima
implementation. -
Uses of LocalMaxima in com.fa993.variations
Classes in com.fa993.variations that implement LocalMaxima Modifier and Type Class Description class
LocalMaximaCC
Implementation of theLocalMaxima
interface using a direct translation of the numpy-based algorithm for finding local maxima in a 1D signal.class
LocalMaximaJIU
Implementation of theLocalMaxima
interface using a method adapted from the scipy library's numpy-based peak-finding utility.
-