public interface EventCollector
Modifier and Type | Method and Description |
---|---|
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.
|
Event[] getEvents()
Event[] getEvents(boolean evalMode)
evalMode
- true if we are evaluating based on the events, false if we are
training.Copyright © 2019 The Apache Software Foundation. All rights reserved.