|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.datatable.RangeFilterCondition
public class RangeFilterCondition
This condition filters out row, if their value of the specified dimension does not lie in given value range.
| Constructor Summary | |
|---|---|
RangeFilterCondition(Range range,
int dimensionIndex)
|
|
| Method Summary | |
|---|---|
boolean |
keepRow(DataTableRow row)
This method decides if the given data row is kept or filtered out. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RangeFilterCondition(Range range,
int dimensionIndex)
| Method Detail |
|---|
public boolean keepRow(DataTableRow row)
DataTableFilterCondition
keepRow in interface DataTableFilterCondition
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||