Class SeqTrainTest.SeqTrainTestOptions
java.lang.Object
org.tribuo.classification.sequence.SeqTrainTest.SeqTrainTestOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
- Enclosing class:
- SeqTrainTest
public static class SeqTrainTest.SeqTrainTestOptions
extends Object
implements com.oracle.labs.mlrg.olcut.config.Options
Command line options.
-
Field Summary
Modifier and TypeFieldDescriptionName of the example dataset, options are {gorilla}.Path to serialize model to.Path to a serialised SequenceDataset used for testing.Path to a serialised SequenceDataset used for training.Name of the trainer in the configuration file.Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
-
Method Summary
-
Field Details
-
datasetName
@Option(charName='d', longName="dataset-name", usage="Name of the example dataset, options are {gorilla}.") public String datasetNameName of the example dataset, options are {gorilla}. -
outputPath
@Option(charName='f', longName="output-path", usage="Path to serialize model to.") public Path outputPathPath to serialize model to. -
trainDataset
@Option(charName='u', longName="train-dataset", usage="Path to a serialised SequenceDataset used for training.") public Path trainDatasetPath to a serialised SequenceDataset used for training. -
testDataset
@Option(charName='v', longName="test-dataset", usage="Path to a serialised SequenceDataset used for testing.") public Path testDatasetPath to a serialised SequenceDataset used for testing. -
trainer
@Option(charName='t', longName="trainer-name", usage="Name of the trainer in the configuration file.") public SequenceTrainer<Label> trainerName of the trainer in the configuration file.
-
-
Constructor Details
-
SeqTrainTestOptions
public SeqTrainTestOptions()
-
-
Method Details
-
getOptionsDescription
- Specified by:
getOptionsDescription
in interfacecom.oracle.labs.mlrg.olcut.config.Options
-