|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FuzzyPosNegLP.UseMultiInstanceChecks>
org.dllearner.learningproblems.fuzzydll.FuzzyPosNegLP.UseMultiInstanceChecks
public static enum FuzzyPosNegLP.UseMultiInstanceChecks
If instance checks are used for testing concepts (e.g. no retrieval), then there are several options to do this. The enumeration lists the supported options. These options are only important if the reasoning mechanism supports sending several reasoning requests at once as it is the case for DIG reasoners.
| Enum Constant Summary | |
|---|---|
NEVER
Perform a separate instance check for each example. |
|
ONECHECK
Perform all instance checks at once. |
|
TWOCHECKS
Perform one instance check for all positive and one instance check for all negative examples. |
|
| Method Summary | |
|---|---|
static FuzzyPosNegLP.UseMultiInstanceChecks |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FuzzyPosNegLP.UseMultiInstanceChecks[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FuzzyPosNegLP.UseMultiInstanceChecks NEVER
public static final FuzzyPosNegLP.UseMultiInstanceChecks TWOCHECKS
public static final FuzzyPosNegLP.UseMultiInstanceChecks ONECHECK
| Method Detail |
|---|
public static FuzzyPosNegLP.UseMultiInstanceChecks[] values()
for (FuzzyPosNegLP.UseMultiInstanceChecks c : FuzzyPosNegLP.UseMultiInstanceChecks.values()) System.out.println(c);
public static FuzzyPosNegLP.UseMultiInstanceChecks valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||