|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventCollector
An interface for objects which read events during training.
Method Summary | |
---|---|
Event[] |
getEvents()
Return the events which this EventCollector has gathered. |
Event[] |
getEvents(boolean evalMode)
Return the events which this EventCollector has gathered based on whether we wish to train a model or evaluate one based on those events. |
Method Detail |
---|
Event[] getEvents()
Event[] getEvents(boolean evalMode)
evalMode
- true if we are evaluating based on the events, false if
we are training.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |