com.rapidminer.tools.math
Interface PeakFinder

All Known Implementing Classes:
BinaryPeakFinder, SimplePeakFinder

public interface PeakFinder

PeakFinder are objects which searches peaks in a given series of values.

Author:
Ingo Mierswa

Method Summary
 java.util.List<Peak> getPeaks(Peak[] series)
          Returns the "actual" peaks from the given peak series (spectrum).
 

Method Detail

getPeaks

java.util.List<Peak> getPeaks(Peak[] series)
Returns the "actual" peaks from the given peak series (spectrum).



Copyright © 2001-2009 by Rapid-I