com.rapidminer.example.set
Class SkipNANExampleReader

java.lang.Object
  extended by com.rapidminer.example.set.AbstractExampleReader
      extended by com.rapidminer.example.set.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.

Author:
Ingo Mierswa, Simon Fischer Exp $

Constructor Summary
SkipNANExampleReader(java.util.Iterator<Example> reader)
           
 
Method Summary
 boolean hasNext()
           
 Example next()
           
 
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

SkipNANExampleReader

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

hasNext

public boolean hasNext()

next

public Example next()


Copyright © 2001-2009 by Rapid-I