See: Description
Class | Description |
---|---|
ChainHelper |
A collection of helper methods for performing training and inference in a CRF.
|
ChainHelper.ChainBPResults |
Belief Propagation results.
|
ChainHelper.ChainCliqueValues |
Clique scores within a chain.
|
ChainHelper.ChainViterbiResults |
Viterbi output from a linear chain.
|
Chunk |
Chunk class used for chunk level confidence prediction in the
CRFModel . |
CRFModel |
An inference time model for a linear chain CRF trained using SGD.
|
CRFOptions |
CLI options for training a linear chain CRF model.
|
CRFParameters |
A
Parameters for training a CRF using SGD. |
CRFTrainer |
A trainer for CRFs using SGD.
|
SeqTest |
Build and run a sequence classifier on a generated dataset.
|
SeqTest.CRFOptions |
Command line options.
|
Enum | Description |
---|---|
CRFModel.ConfidenceType |
The type of subsequence level confidence to predict.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.