Package | Description |
---|---|
org.tribuo.classification.sequence |
Provides infrastructure for
SequenceModel s which
emit Label s at each step of the sequence. |
org.tribuo.classification.sgd.crf |
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
|
Class and Description |
---|
ConfidencePredictingSequenceModel.Subsequence
A range class used to define a subsequence of a SequenceExample.
|
LabelSequenceEvaluation
A class that can be used to evaluate a sequence label classification model element wise on a given set of data.
|
Class and Description |
---|
ConfidencePredictingSequenceModel
A Sequence model which can provide confidence predictions for subsequence predictions.
|
ConfidencePredictingSequenceModel.Subsequence
A range class used to define a subsequence of a SequenceExample.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.