Interface | Description |
---|---|
ConvertToInstances |
Provides functionality of converting to two WEKA objects and also saving
them to two arff format files.
|
Class | Description |
---|---|
ApproximatedEntity |
Abstract class representing objects which can be approximated - decision classes or unions of decision classes.
|
ApproximatedEntityContainer |
Abstract class representing container of objects which can be approximated - decision classes or unions of decision classes.
|
ConfirmatoryMonotonicDecisionClass |
Class extending monotonic decision class with special handling of objects assigned to lower approximations.
|
ConfirmatoryMonotonicDecisionClassContainer |
Class used to create and store all confirmatory monotonic decision classes which can be defined for a memory container
|
ConfirmatoryMonotonicUnion |
Class extending monotonic union with special handling of objects assigned to lower approximations.
|
ConfirmatoryMonotonicUnionContainer |
Class used to create and store all upward and downward confirmatory monotonic unions which can be defined for a memory container
|
ConsistencyMeasure |
Calculates value of a consistency measure for an example in memory container.
|
DecisionClass |
Class that represents single decision class.
|
DecisionClassContainer |
Class used to create and store all decision classes which can be defined for a memory container
|
EpsilonMeasure |
Calculates epsilon measure of inconsistency for an example in memory container.
|
EpsilonPrimMeasure |
Calculates epsilon prim measure of inconsistency for an example in memory container.
|
Exp2EpsilonMeasure | |
Exp2RoughMembershipMeasure | |
Exp3EpsilonMeasure | |
Exp3RoughMembershipMeasure | |
ExpNEpsilonMeasure | |
ExpNRoughMembershipMeasure | |
HVDMetric |
Class calculating HVDM distance between objects.
|
MonotonicDecisionClass |
Monotonic IRSA or VC-IRSA, with $\epsilon$ measure of consistency, decision class from a decision table.
|
MonotonicDecisionClassContainer |
Class used to create and store all monotonic decision classes which can be defined for a memory container
|
MonotonicUnion |
Class representing union (set) of preference-ordered decision classes.
|
MonotonicUnionContainer |
Class used to create and store all upward and downward monotonic unions which can be defined for a memory container
|
PairDecisionMonotonicUnion |
Class representing union (set) of preference-ordered decision classes.
|
PairDecisionMonotonicUnionContainer |
Class used to create and store all upward and downward standard unions which can be defined for a memory container
|
RoughMembershipMeasure | |
StandardDecisionClass |
Standard IRSA or VC-IRSA (with rough membership measure) decision class from a decision table.
|
StandardDecisionClassContainer |
Class used to create and store all standard decision classes which can be defined for a memory container
|
StandardJmafUnion |
Standard union implementation used by jMAF project.
|
StandardJmafUnionContainer |
Implementation of
StandardUnionContainer used by foremka
project. |
StandardUnion |
Class representing union (set) of preference-ordered decision classes.
|
StandardUnionContainer |
Class used to create and store all upward and downward standard unions which can be defined for a memory container
|
Union |
Class representing union (set) of preference-ordered decision classes.
|
UnionContainer |
Class used to create and store all upward and downward unions which can be defined for a memory container
|