|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.example.table.AbstractDataRowReader
com.rapidminer.example.table.RandomDataRowReader
public class RandomDataRowReader
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.
| 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 |
|---|
public RandomDataRowReader(ExampleSet baseExampleSet,
Attribute[] attributes,
int size)
| Method Detail |
|---|
public boolean hasNext()
public DataRow next()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||