|
||||||||||
| 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.SortedExampleReader
public class SortedExampleReader
This example reader is based on the given mapping and skips all examples which are not part of the mapping. This implementation is quite inefficient on databases and other non-memory example tables and should therefore only be used for small data sets.
| Constructor Summary | |
|---|---|
SortedExampleReader(ExampleSet parent)
Constructs a new mapped example reader. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Example |
next()
|
| 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 SortedExampleReader(ExampleSet parent)
| Method Detail |
|---|
public boolean hasNext()
public Example next()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||