|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.example.set.AbstractExampleReader
com.rapidminer.example.set.ConditionExampleReader
@Deprecated public class ConditionExampleReader
This ExampleReader skips all examples that do not fulfil a specified
Condition.
| Constructor Summary | |
|---|---|
ConditionExampleReader(java.util.Iterator<Example> parent,
Condition condition,
boolean inverted)
Deprecated. Constructs a new ConditionExampleReader the next() method of which returns only examples that fulfil a specified condition. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
Deprecated. |
Example |
next()
Deprecated. |
| Methods inherited from class com.rapidminer.example.set.AbstractExampleReader |
|---|
remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionExampleReader(java.util.Iterator<Example> parent,
Condition condition,
boolean inverted)
| Method Detail |
|---|
public boolean hasNext()
public Example next()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||