|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.BinaryPeakFinder
public class BinaryPeakFinder
Generates the amplitude and index point of the highest peaks in the series. Find peaks by a divide and conquer algorithm. In each series it tries to find the maximum and then find other peaks left and right from it. Makes sure that values of the current peak are excluded.
| Constructor Summary | |
|---|---|
BinaryPeakFinder()
|
|
| Method Summary | |
|---|---|
java.util.List<Peak> |
getPeaks(Peak[] series)
Returns the "actual" peaks from the given peak series (spectrum). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryPeakFinder()
| Method Detail |
|---|
public java.util.List<Peak> getPeaks(Peak[] series)
PeakFinder
getPeaks in interface PeakFinder
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||