public static class CompletelyConfigurableTrainTest.ConfigurableTrainTestOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
Modifier and Type | Field and Description |
---|---|
int |
minCount |
Path |
outputPath |
ConfigurableDataSource<?> |
testSource |
Trainer<?> |
trainer |
ConfigurableDataSource<?> |
trainSource |
TransformationMap |
transformationMap |
Constructor and Description |
---|
ConfigurableTrainTestOptions() |
@Option(charName=102, longName="model-output-path", usage="Path to serialize model to.") public Path outputPath
@Option(charName=117, longName="train-source", usage="Load the training DataSource from the config file. Overrides the training path.") public ConfigurableDataSource<?> trainSource
@Option(charName=118, longName="test-source", usage="Load the testing DataSource from the config file. Overrides the testing path.") public ConfigurableDataSource<?> testSource
@Option(charName=116, longName="trainer", usage="Load a trainer from the config file.") public Trainer<?> trainer
@Option(longName="transformer", usage="Load a transformation map from the config file.") public TransformationMap transformationMap
@Option(charName=109, longName="minimum-count", usage="Remove features which occur fewer than <int> times.") public int minCount
public String getOptionsDescription()
getOptionsDescription
in interface com.oracle.labs.mlrg.olcut.config.Options
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.