com.rapidminer.example.set
Class SortedExampleReader

java.lang.Object
  extended by com.rapidminer.example.set.AbstractExampleReader
      extended by com.rapidminer.example.set.SortedExampleReader
All Implemented Interfaces:
ExampleReader, java.util.Iterator<Example>

public class SortedExampleReader
extends AbstractExampleReader

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.

Author:
Ingo Mierswa, Sebastian Land

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

SortedExampleReader

public SortedExampleReader(ExampleSet parent)
Constructs a new mapped example reader.

Method Detail

hasNext

public boolean hasNext()

next

public Example next()


Copyright © 2001-2009 by Rapid-I