|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.SimplePeakFinder
public class SimplePeakFinder
This simple implementation returns a peak if the specified number of neighbors is smaller than the current value.
| Constructor Summary | |
|---|---|
SimplePeakFinder(int neighbours)
|
|
| Method Summary | |
|---|---|
java.util.List<Peak> |
getPeaks(Peak[] series)
Returns a list with peaks. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplePeakFinder(int neighbours)
| Method Detail |
|---|
public java.util.List<Peak> getPeaks(Peak[] series)
getPeaks in interface PeakFinder
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||