com.rapidminer.example
Interface ExampleReader

All Superinterfaces:
java.util.Iterator<Example>
All Known Implementing Classes:
AbstractExampleReader, AttributesExampleReader, ConditionExampleReader, IndexBasedExampleSetReader, MappedExampleReader, SimpleExampleReader, SkipNANExampleReader, SortedExampleReader

public interface ExampleReader
extends java.util.Iterator<Example>

An ExampleReader iterates over a sequence of examples. Please note, that although this interface extends Iterator, the method remove() is usually not supported. Invocing remove will lead to an UnsupportedOperationException in most cases.

Author:
Simon Fischer, Ingo Mierswa

Method Summary
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 



Copyright © 2001-2009 by Rapid-I