Package opennlp.tools.ml
Interface EventTrainer
- All Known Implementing Classes:
AbstractEventTrainer,GISTrainer,PerceptronTrainer,QNTrainer
public interface EventTrainer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidinit(TrainingParameters trainingParams, Map<String, String> reportMap) train(DataIndexer indexer) train(ObjectStream<Event> events)
-
Field Details
-
EVENT_VALUE
- See Also:
-
-
Method Details
-
init
Deprecated. -
init
-
train
- Throws:
IOException
-
train
- Throws:
IOException
-