Class HashingSequenceTrainer<T extends Output<T>>

java.lang.Object
org.tribuo.sequence.HashingSequenceTrainer<T>
Type Parameters:
T - The type of the output.
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<TrainerProvenance>, SequenceTrainer<T>

public final class HashingSequenceTrainer<T extends Output<T>> extends Object implements SequenceTrainer<T>
A SequenceTrainer that hashes all the feature names on the way in.

It wraps another SequenceTrainer which actually builds the SequenceModel.