public static interface PeakDetector.PeakDetectionStrategy
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Peak> |
detect(Histogram histogram,
int windowSize,
int thresholdFactor) |
java.util.List<Peak> detect(Histogram histogram, int windowSize, int thresholdFactor)
histogram - The histogram to detect peaks forwindowSize - The windowSize in number of bins.thresholdFactor - A number between 0 and 100 that determines a threshold.