public interface Evalable
Modifier and Type | Method and Description |
---|---|
EventCollector |
getEventCollector(Reader r)
Returns the EventCollector that is used to collect all relevant information
from the data file.
|
String |
getNegativeOutcome()
The outcome that should be considered a negative result.
|
void |
localEval(MaxentModel model,
Reader r,
Evalable e,
boolean verbose)
If the -l option is selected for evaluation, this method will be called
rather than TrainEval's evaluation method.
|
String getNegativeOutcome()
EventCollector getEventCollector(Reader r)
r
- A reader containing the data for the event collectorvoid localEval(MaxentModel model, Reader r, Evalable e, boolean verbose)
model
- the maxent model to evaluater
- Reader containing the data to processe
- The original Evalable. Probably not relevant.verbose
- a request to print more specific processing informationCopyright © 2016 The Apache Software Foundation. All rights reserved.