com.rapidminer.example.set
Class ConditionExampleReader

java.lang.Object
  extended by com.rapidminer.example.set.AbstractExampleReader
      extended by com.rapidminer.example.set.ConditionExampleReader
All Implemented Interfaces:
ExampleReader, java.util.Iterator<Example>

Deprecated. ConditionExampleReaders are now replaced by fixed mappings

@Deprecated
public class ConditionExampleReader
extends AbstractExampleReader

This ExampleReader skips all examples that do not fulfil a specified Condition.

Author:
Simon Fischer, Ingo Mierswa ingomierswa Exp $

Constructor Summary
ConditionExampleReader(java.util.Iterator<Example> parent, Condition condition, boolean inverted)
          Deprecated. Constructs a new ConditionExampleReader the next() method of which returns only examples that fulfil a specified condition.
 
Method Summary
 boolean hasNext()
          Deprecated.  
 Example next()
          Deprecated.  
 
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

ConditionExampleReader

public ConditionExampleReader(java.util.Iterator<Example> parent,
                              Condition condition,
                              boolean inverted)
Deprecated. 
Constructs a new ConditionExampleReader the next() method of which returns only examples that fulfil a specified condition.

Method Detail

hasNext

public boolean hasNext()
Deprecated. 

next

public Example next()
Deprecated. 


Copyright © 2001-2009 by Rapid-I