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 FindPeaksOutputFindPeaks. 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 NumOrTwoSeqOrNdArrNumOrTwoSeqOrNdArr. first(Double first)Creates aNumOrTwoSeqOrNdArrinstance with theDoublevalue selected.static NumOrTwoSeqOrNdArrNumOrTwoSeqOrNdArr. second(double[] second)Creates aNumOrTwoSeqOrNdArrinstance with the array of twodoublevalues selected.static NumOrTwoSeqOrNdArrNumOrTwoSeqOrNdArr. third(double[][] third)Creates aNumOrTwoSeqOrNdArrinstance with the 2D array ofdoublevalues selected. -
Uses of NumOrTwoSeqOrNdArr in com.fa993.utils
Methods in com.fa993.utils with parameters of type NumOrTwoSeqOrNdArr Modifier and Type Method Description static PairOfDoubleOrDArrUnpackConditionArgs. 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.
-