edu.udo.cs.yale.example
Class SkipNANExampleReader

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

public class SkipNANExampleReader
extends AbstractExampleReader

This ExampleReader skips all examples containing attribute values that are not a number.

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

Field Summary
private  Example currentExample
           
private  java.util.Iterator<Example> reader
           
 
Constructor Summary
SkipNANExampleReader(java.util.Iterator<Example> reader)
           
 
Method Summary
private  boolean containsNAN(Example e)
           
 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

currentExample

private Example currentExample
Constructor Detail

SkipNANExampleReader

public SkipNANExampleReader(java.util.Iterator<Example> reader)
Method Detail

hasNext

public boolean hasNext()

next

public Example next()

containsNAN

private boolean containsNAN(Example e)


Copyright © 2001-2006