Package org.knime.base.data.filter.row

Contains row filter for DataTable objects which uses the FilterRowGenerator interface to dynamically ask for included or excluded rows during itertation.

See:
          Description

Interface Summary
FilterRowGenerator Generator interface for filtering DataRows from a DataTable.
 

Class Summary
DoubleCellFilterRowGenerator This class implements the FilterRowGenerator interface for DoubleCell objects and checks if they are within a certain interval.
FilterRowIterator This class wraps the RowIterator which includes only DataRows which satify the FilterRowGenerator criteria.
FilterRowTable This class filters a given number of rows from a DataTable using the FilterRowGenerator interface to check the criteria.
 

Package org.knime.base.data.filter.row Description

Contains row filter for DataTable objects which uses the FilterRowGenerator interface to dynamically ask for included or excluded rows during itertation. The DoubleCellFilterRowGenerator provides row filter for double values and DoubleCell objects in order to extract certain numerical intervals from one column.



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.