public static enum ClassifierEvaluationParser.ParseOption extends Enum<ClassifierEvaluationParser.ParseOption>
Enum Constant and Description |
---|
DATA_BASENAME
key kernel.data.basename
base name of file; other file names constructed relative to this.
|
EVAL_LINE
key kernel.train.line
options used to train model.
|
STORE_INSTANCE_EVAL
key kernel.StoreInstanceEval.
|
STORE_IRSTATS
key kernel.StoreIRStats
|
STORE_PROBABILITIES
key kernel.StoreProbabilities.
|
STORE_UNLABELED
key kernel.StoreUnlabeled
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getOptionKey() |
static ClassifierEvaluationParser.ParseOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassifierEvaluationParser.ParseOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassifierEvaluationParser.ParseOption STORE_INSTANCE_EVAL
public static final ClassifierEvaluationParser.ParseOption STORE_PROBABILITIES
public static final ClassifierEvaluationParser.ParseOption STORE_UNLABELED
public static final ClassifierEvaluationParser.ParseOption STORE_IRSTATS
public static final ClassifierEvaluationParser.ParseOption DATA_BASENAME
public static final ClassifierEvaluationParser.ParseOption EVAL_LINE
public static ClassifierEvaluationParser.ParseOption[] values()
for (ClassifierEvaluationParser.ParseOption c : ClassifierEvaluationParser.ParseOption.values()) System.out.println(c);
public static ClassifierEvaluationParser.ParseOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getOptionKey()
public String getDefaultValue()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.