|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataStream
A interface for objects which can deliver a stream of training data to be supplied to an EventStream. It is not necessary to use a DataStream in a Maxent application, but it can be used to support a wider variety of formats in which your training data can be held.
Method Summary | |
---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream. |
java.lang.Object |
nextToken()
Returns the next slice of data held in this DataStream. |
Method Detail |
---|
java.lang.Object nextToken()
boolean hasNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |