public interface SequenceTrainer
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) |
SequenceClassificationModel<String> |
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)
SequenceClassificationModel<String> train(SequenceStream events) throws IOException
IOException
Copyright © 2020 The Apache Software Foundation. All rights reserved.