|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.example.set.AbstractExampleReader
com.rapidminer.example.set.SkipNANExampleReader
public class SkipNANExampleReader
This ExampleReader skips all examples containing attribute values that are not a number.
| 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 |
|---|
public SkipNANExampleReader(java.util.Iterator<Example> reader)
| Method Detail |
|---|
public boolean hasNext()
public Example next()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||