Modifier and Type | Field and Description |
---|---|
String |
csvResponseName |
int |
hashDim |
DataOptions.InputFormat |
inputFormat |
Path |
modelPath |
int |
ngram |
Path |
predictionPath |
boolean |
termCounting |
Path |
testingPath |
boolean |
zeroIndexed |
Constructor and Description |
---|
ConfigurableTestOptions() |
@Option(longName="hashing-dimension", usage="Hashing dimension used for standard text format.") public int hashDim
@Option(longName="ngram", usage="Ngram size to generate when using standard text format. Defaults to 2.") public int ngram
@Option(longName="term-counting", usage="Use term counts instead of boolean when using the standard text format.") public boolean termCounting
@Option(longName="csv-response-name", usage="Response name in the csv file.") public String csvResponseName
@Option(longName="libsvm-zero-indexed", usage="Is the libsvm file zero indexed.") public boolean zeroIndexed
@Option(charName=102, longName="model-path", usage="Load a trainer from the config file.") public Path modelPath
@Option(charName=111, longName="predictions", usage="Path to write model predictions") public Path predictionPath
@Option(charName=115, longName="input-format", usage="Loads the data using the specified format. Defaults to LIBSVM.") public DataOptions.InputFormat inputFormat
@Option(charName=118, longName="testing-file", usage="Path to the testing file.") public Path testingPath
public String getOptionsDescription()
getOptionsDescription
in interface com.oracle.labs.mlrg.olcut.config.Options
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.