Class Test.ConfigurableTestOptions
java.lang.Object
org.tribuo.classification.experiments.Test.ConfigurableTestOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
- Enclosing class:
Test
public static class Test.ConfigurableTestOptions
extends Object
implements com.oracle.labs.mlrg.olcut.config.Options
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
boolean
boolean
Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hashDim
@Option(longName="hashing-dimension", usage="Hashing dimension used for standard text format.") public int hashDim -
ngram
@Option(longName="ngram", usage="Ngram size to generate when using standard text format. Defaults to 2.") public int ngram -
termCounting
@Option(longName="term-counting", usage="Use term counts instead of boolean when using the standard text format.") public boolean termCounting -
csvResponseName
@Option(longName="csv-response-name", usage="Response name in the csv file.") public String csvResponseName -
zeroIndexed
@Option(longName="libsvm-zero-indexed", usage="Is the libsvm file zero indexed.") public boolean zeroIndexed -
modelPath
-
predictionPath
@Option(charName='o', longName="predictions", usage="Path to write model predictions") public Path predictionPath -
inputFormat
@Option(charName='s', longName="input-format", usage="Loads the data using the specified format. Defaults to LIBSVM.") public DataOptions.InputFormat inputFormat -
testingPath
@Option(charName='v', longName="testing-file", usage="Path to the testing file.") public Path testingPath
-
-
Constructor Details
-
ConfigurableTestOptions
public ConfigurableTestOptions()
-
-
Method Details
-
getOptionsDescription
- Specified by:
getOptionsDescription
in interfacecom.oracle.labs.mlrg.olcut.config.Options
-