public class ViterbiTrainerOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
Modifier and Type | Class and Description |
---|---|
static class |
ViterbiTrainerOptions.ViterbiLabelFeatures
Type of label features to include.
|
Constructor and Description |
---|
ViterbiTrainerOptions() |
Modifier and Type | Method and Description |
---|---|
ViterbiTrainer |
getSequenceTrainer(Trainer<Label> innerTrainer)
Creates a viterbi trainer wrapping the supplied label trainer.
|
public ViterbiTrainer getSequenceTrainer(Trainer<Label> innerTrainer)
innerTrainer
- The trainer to wrap.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.