com.rapidminer.tools.math
Class BinaryPeakFinder

java.lang.Object
  extended by com.rapidminer.tools.math.BinaryPeakFinder
All Implemented Interfaces:
PeakFinder

public class BinaryPeakFinder
extends java.lang.Object
implements PeakFinder

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.

Author:
Ingo Mierswa

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

BinaryPeakFinder

public BinaryPeakFinder()
Method Detail

getPeaks

public java.util.List<Peak> getPeaks(Peak[] series)
Description copied from interface: PeakFinder
Returns the "actual" peaks from the given peak series (spectrum).

Specified by:
getPeaks in interface PeakFinder


Copyright © 2001-2009 by Rapid-I