Package | Description |
---|---|
org.tribuo.classification.sequence.viterbi |
Provides an implementation of Viterbi for generating structured outputs, which can sit on top of any
Label based classification model. |
org.tribuo.classification.sgd.crf |
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
|
org.tribuo.interop.tensorflow.sequence |
Provides an interface for working with Tensorflow sequence models, using Tribuo's
SequenceModel abstraction. |
org.tribuo.provenance |
Provides Tribuo specific infrastructure for the
Provenance system which
tracks models and datasets. |
org.tribuo.provenance.impl |
Provides internal implementations for empty provenance classes and TrainerProvenance.
|
org.tribuo.sequence |
Provides core classes for working with sequences of
Example s. |
Modifier and Type | Class and Description |
---|---|
class |
ViterbiTrainer
Builds a Viterbi model using the supplied
Trainer . |
Modifier and Type | Class and Description |
---|---|
class |
CRFTrainer
A trainer for CRFs using SGD.
|
Modifier and Type | Class and Description |
---|---|
class |
TensorflowSequenceTrainer<T extends Output<T>>
A trainer for SequenceModels which use an underlying Tensorflow graph.
|
Constructor and Description |
---|
SkeletalTrainerProvenance(SequenceTrainer<T> host) |
Constructor and Description |
---|
TrainerProvenanceImpl(SequenceTrainer<T> host)
Construct a TrainerProvenance by reading all the configurable parameters
along with the train call count.
|
Modifier and Type | Class and Description |
---|---|
class |
HashingSequenceTrainer<T extends Output<T>>
A SequenceTrainer that hashes all the feature names on the way in.
|
Constructor and Description |
---|
HashingSequenceTrainer(SequenceTrainer<T> trainer,
Hasher hasher) |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.