Uses of Class
com.fa993.types.SelectThresholdOutput
-
Packages that use SelectThresholdOutput Package Description com.fa993.utils -
-
Uses of SelectThresholdOutput in com.fa993.utils
Methods in com.fa993.utils that return SelectThresholdOutput Modifier and Type Method Description static SelectThresholdOutput
SelectByPeakThreshold. call(double[] x, int[] peaks, Either.OfTwo<Double,double[]> tmin, Either.OfTwo<Double,double[]> tmax)
Evaluates which peaks in the input array fulfill the threshold condition.
-