public static enum ExampleBasedNode.QualityEvaluationMethod extends Enum<ExampleBasedNode.QualityEvaluationMethod>
| Enum Constant and Description |
|---|
OVERLY_GENERAL_LIST |
REASONER |
START |
TOO_WEAK_LIST |
| Modifier and Type | Method and Description |
|---|---|
static ExampleBasedNode.QualityEvaluationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExampleBasedNode.QualityEvaluationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExampleBasedNode.QualityEvaluationMethod START
public static final ExampleBasedNode.QualityEvaluationMethod REASONER
public static final ExampleBasedNode.QualityEvaluationMethod TOO_WEAK_LIST
public static final ExampleBasedNode.QualityEvaluationMethod OVERLY_GENERAL_LIST
public static ExampleBasedNode.QualityEvaluationMethod[] values()
for (ExampleBasedNode.QualityEvaluationMethod c : ExampleBasedNode.QualityEvaluationMethod.values()) System.out.println(c);
public static ExampleBasedNode.QualityEvaluationMethod 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 null
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann