public interface EventModelSequenceTrainer
| Modifier and Type | Field and Description | 
|---|---|
| static String | SEQUENCE_VALUE | 
| Modifier and Type | Method and Description | 
|---|---|
| void | init(Map<String,String> trainParams,
    Map<String,String> reportMap)Deprecated.  | 
| void | init(TrainingParameters trainParams,
    Map<String,String> reportMap) | 
| MaxentModel | train(SequenceStream events) | 
static final String SEQUENCE_VALUE
@Deprecated void init(Map<String,String> trainParams, Map<String,String> reportMap)
void init(TrainingParameters trainParams, Map<String,String> reportMap)
MaxentModel train(SequenceStream events) throws IOException
IOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.