Package ubic.basecode.datafilter
Interface Filter<M extends Matrix2D<R,C,V>,R,C,V>
-
- All Known Implementing Classes:
AbstractFilter
,AbstractLevelFilter
,AffymetrixProbeNameFilter
,ItemLevelFilter
,RowAbsentFilter
,RowLevelFilter
,RowMissingFilter
,RowNameFilter
public interface Filter<M extends Matrix2D<R,C,V>,R,C,V>
An interface representing the functionality of a class that can filter 2-d matrix-based data by row-oriented criteria.- Author:
- Pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description M
filter(M data)
Filter the data
-