edu.udo.cs.yale.example
Class SplittedExampleSetReader

java.lang.Object
  extended by edu.udo.cs.yale.example.AbstractExampleReader
      extended by edu.udo.cs.yale.example.SplittedExampleSetReader
All Implemented Interfaces:
ExampleReader, java.util.Iterator<Example>

public class SplittedExampleSetReader
extends AbstractExampleReader

Returns only a subset of an example set specified by an instance of Partition.

Version:
$Id: SplittedExampleSetReader.java,v 2.9 2006/03/21 15:35:39 ingomierswa Exp $
Author:
Simon Fischer, Ingo Mierswa

Field Summary
private  int current
          Index of the current example.
private  Example next
          The next example that will be returned.
private  Partition partition
          The partition.
private  java.util.Iterator<Example> reader
          The underlying reader.
 
Constructor Summary
SplittedExampleSetReader(java.util.Iterator<Example> reader, Partition partition)
           
 
Method Summary
 boolean hasNext()
           
 Example next()
           
 
Methods inherited from class edu.udo.cs.yale.example.AbstractExampleReader
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reader

private java.util.Iterator<Example> reader
The underlying reader.


current

private int current
Index of the current example.


partition

private Partition partition
The partition.


next

private Example next
The next example that will be returned.

Constructor Detail

SplittedExampleSetReader

public SplittedExampleSetReader(java.util.Iterator<Example> reader,
                                Partition partition)
Method Detail

hasNext

public boolean hasNext()

next

public Example next()


Copyright © 2001-2006