|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PosNegLP.UseMultiInstanceChecks>
org.dllearner.learningproblems.PosNegLP.UseMultiInstanceChecks
public static enum PosNegLP.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 PosNegLP.UseMultiInstanceChecks |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PosNegLP.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 PosNegLP.UseMultiInstanceChecks NEVER
public static final PosNegLP.UseMultiInstanceChecks TWOCHECKS
public static final PosNegLP.UseMultiInstanceChecks ONECHECK
| Method Detail |
|---|
public static PosNegLP.UseMultiInstanceChecks[] values()
for (PosNegLP.UseMultiInstanceChecks c : PosNegLP.UseMultiInstanceChecks.values()) System.out.println(c);
public static PosNegLP.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 | ||||||||