de.unibi.techfak.InSilicoDicer.Actions
Class Smoother

java.lang.Object
  extended by de.unibi.techfak.InSilicoDicer.Actions.Smoother

public class Smoother
extends java.lang.Object

Author:
Sylvia

Constructor Summary
Smoother(int smoothWin)
          Contructs a Smoother with a defined smooth window size.
 
Method Summary
 java.util.Vector smoothValues(java.util.Vector dataVec)
          Smoothes all kind kind of values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Smoother

public Smoother(int smoothWin)
Contructs a Smoother with a defined smooth window size. The bigger the smooth window the smoother.

Parameters:
smoothWin -
Method Detail

smoothValues

public java.util.Vector smoothValues(java.util.Vector dataVec)
Smoothes all kind kind of values.

Parameters:
dataVec -
Returns:
Vector of smoothed values