com.rapidminer.example.table
Class RandomDataRowReader

java.lang.Object
  extended by com.rapidminer.example.table.AbstractDataRowReader
      extended by com.rapidminer.example.table.RandomDataRowReader
All Implemented Interfaces:
DataRowReader, java.util.Iterator<DataRow>

public class RandomDataRowReader
extends AbstractDataRowReader

Create data rows based on random data in the range of the minimum and maximum values of the attributes of the given base example set.

Author:
Ingo Mierswa Exp $

Constructor Summary
RandomDataRowReader(ExampleSet baseExampleSet, Attribute[] attributes, int size)
           
 
Method Summary
 boolean hasNext()
           
 DataRow next()
           
 
Methods inherited from class com.rapidminer.example.table.AbstractDataRowReader
getFactory, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomDataRowReader

public RandomDataRowReader(ExampleSet baseExampleSet,
                           Attribute[] attributes,
                           int size)
Method Detail

hasNext

public boolean hasNext()

next

public DataRow next()


Copyright © 2001-2009 by Rapid-I