Uses of Class
com.fa993.types.supertype.NumOrTwoSeqOrNdArr
-
Packages that use NumOrTwoSeqOrNdArr Package Description com.fa993 com.fa993.types.supertype com.fa993.utils -
-
Uses of NumOrTwoSeqOrNdArr in com.fa993
Methods in com.fa993 with parameters of type NumOrTwoSeqOrNdArr Modifier and Type Method Description FindPeaksOutput
FindPeaks. call(double[] x, NumOrTwoSeqOrNdArr height, NumOrTwoSeqOrNdArr threshold, Double distance, NumOrTwoSeqOrNdArr prominence, NumOrTwoSeqOrNdArr width, Integer wlen, Double relHeight, NumOrTwoSeqOrNdArr plateauSize)
Finds peaks in a 1D signal with various optional conditions and properties. -
Uses of NumOrTwoSeqOrNdArr in com.fa993.types.supertype
Methods in com.fa993.types.supertype that return NumOrTwoSeqOrNdArr Modifier and Type Method Description static NumOrTwoSeqOrNdArr
NumOrTwoSeqOrNdArr. first(Double first)
Creates aNumOrTwoSeqOrNdArr
instance with theDouble
value selected.static NumOrTwoSeqOrNdArr
NumOrTwoSeqOrNdArr. second(double[] second)
Creates aNumOrTwoSeqOrNdArr
instance with the array of twodouble
values selected.static NumOrTwoSeqOrNdArr
NumOrTwoSeqOrNdArr. third(double[][] third)
Creates aNumOrTwoSeqOrNdArr
instance with the 2D array ofdouble
values selected. -
Uses of NumOrTwoSeqOrNdArr in com.fa993.utils
Methods in com.fa993.utils with parameters of type NumOrTwoSeqOrNdArr Modifier and Type Method Description static PairOfDoubleOrDArr
UnpackConditionArgs. call(NumOrTwoSeqOrNdArr interval, double[] x, int[] peaks)
Unpacks the interval arguments into a pair of lower and upper boundaries, applying the interval conditions to a subset of data defined by the peaks.
-