com.rapidminer.example.set
Class AttributesExampleReader

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

public class AttributesExampleReader
extends AbstractExampleReader

This reader simply uses all examples from the parent and all available attributes.

Author:
Ingo Mierswa

Constructor Summary
AttributesExampleReader(java.util.Iterator<Example> parent, ExampleSet exampleSet)
          Creates a simple example reader.
 
Method Summary
 boolean hasNext()
          Returns true if there are more data rows.
 Example next()
          Returns a new example based on the current data row.
 
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

AttributesExampleReader

public AttributesExampleReader(java.util.Iterator<Example> parent,
                               ExampleSet exampleSet)
Creates a simple example reader.

Method Detail

hasNext

public boolean hasNext()
Returns true if there are more data rows.


next

public Example next()
Returns a new example based on the current data row.



Copyright © 2001-2009 by Rapid-I