public static class ConfigurableTrainTest.ConfigurableTrainTestOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
Modifier and Type | Field and Description |
---|---|
DataOptions |
general |
Path |
predictionPath |
Trainer<Label> |
trainer |
List<String> |
weights |
Constructor and Description |
---|
ConfigurableTrainTestOptions() |
public DataOptions general
@Option(charName=116, longName="trainer", usage="Load a trainer from the config file.") public Trainer<Label> trainer
@Option(charName=119, longName="weights", usage="A list of weights to use in classification. Format = LABEL_NAME:weight,LABEL_NAME:weight...") public List<String> weights
@Option(charName=111, longName="predictions", usage="Path to write model predictions") public Path predictionPath
public String getOptionsDescription()
getOptionsDescription
in interface com.oracle.labs.mlrg.olcut.config.Options
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.