Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.approximations | |
pl.poznan.put.cs.idss.jrs.apriori |
Modifier and Type | Class | Description |
---|---|---|
class |
ConfirmatoryMonotonicUnion |
Class extending monotonic union with special handling of objects assigned to lower approximations.
|
class |
MonotonicUnion |
Class representing union (set) of preference-ordered decision classes.
|
class |
PairDecisionMonotonicUnion |
Class representing union (set) of preference-ordered decision classes.
|
class |
StandardJmafUnion |
Standard union implementation used by jMAF project.
|
class |
StandardUnion |
Class representing union (set) of preference-ordered decision classes.
|
Modifier and Type | Method | Description |
---|---|---|
Union[] |
UnionContainer.getDownwardUnions() |
Gets array containing all downward unions which can be defined for memory container.
|
Union |
UnionContainer.getUnion(int type,
Field basicClass) |
Gets upward/downward union of decision classes (depending on
type ), with given basic class. |
Union[] |
UnionContainer.getUpwardUnions() |
Gets array containing all upward unions which can be defined for memory container.
|
Modifier and Type | Method | Description |
---|---|---|
int[] |
PairDecisionMonotonicUnion.getUpperApproximation(double VCDRSAParameterValue,
Union oppositeUnionForShiftedBasicClass,
byte[] attributesMask) |
|
int[] |
Union.getUpperApproximation(double VCDRSAParameterValue,
Union oppositeUnionForShiftedBasicClass) |
Gets numbers of examples belonging to upper approximation of this union.
|
int[] |
Union.getUpperApproximation(double VCDRSAParameterValue,
Union oppositeUnionForShiftedBasicClass,
byte[] attributesMask) |
Gets numbers of examples belonging to upper approximation of this union.
|
int[] |
Union.getUpperApproximation(Union oppositeUnionForShiftedBasicClass) |
Gets numbers of examples belonging to upper approximation of this union.
|
int[] |
Union.getUpperApproximation(Union oppositeUnionForShiftedBasicClass,
byte[] attributesMask) |
Gets numbers of examples belonging to upper approximation of this union.
|
Constructor | Description |
---|---|
UnionContainer(MemoryContainer memoryContainer,
int decisionCriterionNumber,
Union[] upwardUnions,
Union[] downwardUnions) |
Constructor for
UnionContainer class.Stores given reference to memory container, decision criterion number, upward unions, downward unions and calculates all basic classes. This method may throw described exceptions as well as exceptions which come from protected UnionContainer.validate() method,
which is called here. |
Modifier and Type | Method | Description |
---|---|---|
Union |
Group.getUnion() |
|
Union |
RuleList.getUnion() |
Union for witch rules were generated
|
Modifier and Type | Method | Description |
---|---|---|
Rule |
Complex.toForemkaRule(Union union,
int typeOfRule,
MemoryContainer learningMemoryContainer,
double consistencyLevel,
ApproximatedEntityDecisionsPredictor unionsDecisionsPredictor) |
Creates and returns
ForemkaRule object that represents this complex |
Constructor | Description |
---|---|
Group(Union union) |
|
RuleList(Union union) |