public interface EventTrainer
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EVENT_VALUE  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
init(Map<String,String> trainParams,
    Map<String,String> reportMap)
Deprecated.  
 | 
void | 
init(TrainingParameters trainingParams,
    Map<String,String> reportMap)  | 
MaxentModel | 
train(DataIndexer indexer)  | 
MaxentModel | 
train(ObjectStream<Event> events)  | 
static final String EVENT_VALUE
@Deprecated void init(Map<String,String> trainParams, Map<String,String> reportMap)
void init(TrainingParameters trainingParams, Map<String,String> reportMap)
MaxentModel train(ObjectStream<Event> events) throws IOException
IOExceptionMaxentModel train(DataIndexer indexer) throws IOException
IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.