com.rapidminer.datatable
Interface DataTableFilterCondition

All Known Implementing Classes:
RangeFilterCondition, RegionFilterCondition

public interface DataTableFilterCondition

This is the interface of conditions for FilteredDataTables. They might be stacked in order to decide which examples should be kept.

Author:
Sebastian Land

Method Summary
 boolean keepRow(DataTableRow row)
          This method decides if the given data row is kept or filtered out.
 

Method Detail

keepRow

boolean keepRow(DataTableRow row)
This method decides if the given data row is kept or filtered out. If return true, the row will be in the resulting filtered data set. If returns false, the row will be removed in the resulting set.



Copyright © 2001-2009 by Rapid-I