Package de.erichseifert.gral.data.filters

Classes for filtering data sources.

See:
          Description

Class Summary
Convolution Class that applies a convolution filter with the use of a kernel.
Filter Abstract class that provides basic functions for filtering arbitrary columns of a DataSource, in other words a set of one-dimensional data.
Kernel Class that represents an array of coefficients for a weighted filtering.
KernelUtils Abstract class that provides utility functions which are useful for kernels.
Median Class that calculates the median of a data sequence.
Resize Filter to change the size of equally spaced data sources.
 

Enum Summary
Filter.Mode Behavior when engaging the borders of a column, so that the filter would need more data values than available.
 

Package de.erichseifert.gral.data.filters Description

Classes for filtering data sources.



Copyright © 2009-2010. All Rights Reserved.