AbstractDatabaseConnectionSmoother<T extends DataContainer> |
Ancestor for filters that require database access.
|
AbstractLOWESSBased<T extends DataContainer> |
Abstract ancestor for LOWESS-based smoothers.
|
AbstractSavitzkyGolayBased<T extends DataContainer> |
Abstract ancestor for Savitzky-Golay-based smoothers.
|
AbstractSlidingWindow<T extends DataContainer> |
Abstract sliding window smoother.
|
AbstractSmoother<T extends DataContainer> |
Abstract base class for smoothing schemes.
|
AbstractSmoother.SmootherJob<T extends DataContainer> |
A job class specific to smoothing schemes.
|
PassThrough |
A dummy smoother that just passes the data through.
|
TimeseriesLOWESSBased |
A LOWESS based smoothing algorithm.
For more information on LOWESS see:
WikiPedia.
|
TimeseriesSavitzkyGolayBased |
A Savitzky-Golay based smoothing algorithm.
It uses a Savitzky-Golay filter with derivative order 0 and adding of mass-spec data turned on.
For more information on Savitzky-Golay see:
A.
|
TimeseriesSlidingWindow |
Uses a sliding window for determining the median/average inside the window.
|