public class RuleConstants
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
ALL_DIFFERENT_BORDER_POSITIVE_EXAMPLES |
Possible mode of selection of positive examples for DRSA and VC-DRSA, indicating that among positive examples
(i.e., belonging to lower/upper approximation of a considered union of decision classes in case of DRSA, or
belonging to lower approximation of a considered union of decision classes in case of VC-DRSA) only different border examples (i.e., belonging to EDGE) should be considered when generating rules' conditions.
|
static int |
ALL_DIFFERENT_POSITIVE_EXAMPLES |
Possible mode of selection of positive examples for DRSA and VC-DRSA indicating that all different positive examples
(i.e., belonging to lower/upper approximation of a considered union of decision classes in case of DRSA, or
belonging to lower approximation of a considered union of decision classes in case of VC-DRSA) should be considered when generating rules' conditions.
|
static int |
ALL_DIFFERENT_SUFFICIENTLY_CONSISTENT_POSITIVE_EXAMPLES |
Possible mode of selection of positive examples for VC-DRSA, indicating that among positive examples
(i.e., belonging to lower approximation of a considered union of decision classes) only different sufficiently consistent examples should be considered when generating rules' conditions.
|
static int |
CHOOSE_CONDITIONS_FROM_ONE_OBJECT |
Possible strategy of choosing rule's elementary conditions,
denoting that all conditions are created using evaluations of the same object.
|
static int |
CONSISTENCY_IN_POS |
Possible method of calculating value of used rule consistency measure for certain rules.
|
static int |
CONSISTENCY_IN_POS_AND_BND |
Possible method of calculating value of used rule consistency measure for certain rules.
|
static int |
CONSISTENCY_IN_SET |
Possible method of calculating value of used rule consistency measure for certain rules.
|
static int |
COVER_ANY_NEGATIVE_EXAMPLES |
Possible treatment of negative examples,
denoting that any negative examples may be covered by a decision rule.
|
static int |
COVER_NONE_OF_NEGATIVE_EXAMPLES |
Possible treatment of negative examples,
denoting that none of negative examples may be covered by a decision rule.
|
static int |
COVER_ONLY_INCONSISTENT_AND_BOUNDARY_NEGATIVE_EXAMPLES |
Possible treatment of negative examples,
denoting that only inconsistent and boundary negative examples may be covered by a decision rule.
|
static int |
COVER_ONLY_INCONSISTENT_NEGATIVE_EXAMPLES |
Possible treatment of negative examples,
denoting that only inconsistent negative examples may be covered by a decision rule.
|
static int |
EPSILON_CONSISTENCY |
Flag indicating $\epsilon$-consistency rule consistency measure
|
static int |
EPSILON_PRIM_CONSISTENCY |
Flag indicating $\epsilon'$-consistency rule consistency measure
|
static int |
MIX_CONDITIONS_FROM_DIFFERENT_OBJECTS |
Possible strategy of choosing rule's elementary conditions,
denoting that each condition can be created using evaluation of different object.
|
static int |
MU_CONSISTENCY |
Flag indicating $\mu$-consistency rule consistency measure
|
static int |
UNDEFINED_RULE_CONSISTENCY_MEASURE |
Flag indicating undefined rule consistency measure
|
Constructor | Description |
---|---|
RuleConstants() |
public static final int UNDEFINED_RULE_CONSISTENCY_MEASURE
public static final int MU_CONSISTENCY
public static final int EPSILON_CONSISTENCY
public static final int EPSILON_PRIM_CONSISTENCY
public static final int CHOOSE_CONDITIONS_FROM_ONE_OBJECT
public static final int MIX_CONDITIONS_FROM_DIFFERENT_OBJECTS
public static final int COVER_NONE_OF_NEGATIVE_EXAMPLES
public static final int COVER_ONLY_INCONSISTENT_NEGATIVE_EXAMPLES
public static final int COVER_ONLY_INCONSISTENT_AND_BOUNDARY_NEGATIVE_EXAMPLES
public static final int COVER_ANY_NEGATIVE_EXAMPLES
public static final int CONSISTENCY_IN_POS
public static final int CONSISTENCY_IN_POS_AND_BND
public static final int CONSISTENCY_IN_SET
public static final int ALL_DIFFERENT_POSITIVE_EXAMPLES
public static final int ALL_DIFFERENT_SUFFICIENTLY_CONSISTENT_POSITIVE_EXAMPLES
public static final int ALL_DIFFERENT_BORDER_POSITIVE_EXAMPLES