Class SeqTrainTest
java.lang.Object
org.tribuo.classification.sequence.SeqTrainTest
Build and run a sequence classifier on a generated or serialized dataset using the trainer specified in the configuration file.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Command line options. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
SeqTrainTest
public SeqTrainTest()
-
-
Method Details
-
main
- Parameters:
args
- the command line arguments- Throws:
ClassNotFoundException
- if it failed to load the model.IOException
- if there is any error reading the examples.
-