|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.unibi.techfak.InSilicoDicer.Actions.Smoother
public class Smoother
| 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 |
|---|
public Smoother(int smoothWin)
smoothWin - | Method Detail |
|---|
public java.util.Vector smoothValues(java.util.Vector dataVec)
dataVec -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||