Label
based classification model.See: Description
Interface | Description |
---|---|
LabelFeatureExtractor |
A class for featurising labels from previous steps in Viterbi.
|
Class | Description |
---|---|
DefaultFeatureExtractor |
A label feature extractor that produces several kinds of label-based features.
|
NoopFeatureExtractor |
A label feature extractor that doesn't produce any label based features.
|
ViterbiModel |
An implementation of a viterbi model.
|
ViterbiTrainer |
Builds a Viterbi model using the supplied
Trainer . |
ViterbiTrainerOptions |
Options for building a viterbi trainer.
|
Enum | Description |
---|---|
ViterbiModel.ScoreAggregation |
Types of label score aggregation.
|
ViterbiTrainerOptions.ViterbiLabelFeatures |
Type of label features to include.
|
Label
based classification model.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.