All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description Either A utility class representing an exclusive choice between two or three possible types.Either.OfThree<A,B,C> Represents an exclusive choice between three possible types.Either.OfTwo<A,B> Represents an exclusive choice between two possible types.Either.Selector Enum representing the possible choices: First, Second, or Third.Filter Utility class for filtering arrays and properties based on a boolean mask.FindPeaks A utility class for finding peaks in a 1D signal.FindPeaksOutput Represents the output of a peak-finding operation.LocalMaxima Unifying Interface for different LocalMaxima Implementations.LocalMaximaCC Implementation of theLocalMaxima
interface using a direct translation of the numpy-based algorithm for finding local maxima in a 1D signal.LocalMaximaJIU Implementation of theLocalMaxima
interface using a method adapted from the scipy library's numpy-based peak-finding utility.LocalMaximaOutput Represents the output of a local maxima detection operation.NumOrTwoSeqOrNdArr Represents a specialized version ofEither.OfThree
that can hold one of three types: ADouble
value An array of twodouble
values A 2D array ofdouble
values This class enforces specific constraints on the second type, requiring it to be a sequence of exactly two doubles.Pair<P,Q> A generic class representing a pair of two related objects.PairOfDoubleOrDArr Represents a pair where each element is an instance ofEither.OfTwo
that can hold: ADouble
value An array ofdouble
valuesPeakProminenceOutput Represents the output of a peak prominence calculation.PeakProminences Utility class for calculating the prominence of peaks in a signal.PeakWidth Utility class for calculating the widths of peaks in a given dataset.PeakWidthsOutput Represents the output of peak width calculations.SelectByPeakDistance Utility class for selecting peaks based on a specified minimum distance condition.SelectByPeakThreshold Utility class for evaluating peaks in a dataset based on threshold conditions.SelectByProperty Utility class for evaluating properties of peaks against defined intervals.SelectThresholdOutput Represents the output of a threshold selection process.UnpackConditionArgs Utility class for unpacking and transforming interval arguments into appropriate formats based on specified conditions.