edu.udo.cs.yale.example
Interface ExampleReader
- All Superinterfaces:
- java.util.Iterator<Example>
- All Known Implementing Classes:
- AbstractExampleReader, ConditionExampleReader, SimpleExampleReader, SkipNANExampleReader, SplittedExampleSetReader, WeightingExampleReader
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.
- Version:
- $Id: ExampleReader.java,v 2.11 2006/08/03 14:39:28 ingomierswa Exp $
- Author:
- Simon Fischer, Ingo Mierswa
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
Copyright © 2001-2006