Uses of Interface
org.tribuo.sequence.SequenceTrainer
Packages that use SequenceTrainer
Package
Description
Provides Tribuo specific infrastructure for the
Provenance system which
tracks models and datasets.Provides internal implementations for empty provenance classes and TrainerProvenance.
Provides core classes for working with sequences of
Examples.-
Uses of SequenceTrainer in org.tribuo.provenance
Constructors in org.tribuo.provenance with parameters of type SequenceTrainerModifierConstructorDescriptionprotected <T extends Output<T>>SkeletalTrainerProvenance(SequenceTrainer<T> host) Builds a trainer provenance extracting the standard information from the host. -
Uses of SequenceTrainer in org.tribuo.provenance.impl
Constructors in org.tribuo.provenance.impl with parameters of type SequenceTrainerModifierConstructorDescription<T extends Output<T>>TrainerProvenanceImpl(SequenceTrainer<T> host) Construct a TrainerProvenance by reading all the configurable parameters along with the train call count. -
Uses of SequenceTrainer in org.tribuo.sequence
Classes in org.tribuo.sequence that implement SequenceTrainerModifier and TypeClassDescriptionfinal classHashingSequenceTrainer<T extends Output<T>>A SequenceTrainer that hashes all the feature names on the way in.classIndependentSequenceTrainer<T extends Output<T>>Trains a sequence model by training a regular model to independently predict every example in each sequence.Constructors in org.tribuo.sequence with parameters of type SequenceTrainerModifierConstructorDescriptionHashingSequenceTrainer(SequenceTrainer<T> trainer, Hasher hasher) Constructs a hashing sequence trainer using the supplied parameters.