| Class | Description |
|---|---|
| Dominance |
Function used to calculate domination.
|
| DominanceConeCalculator |
Class used to calculate dominance cones in information table (for example decision table or PCT), for given example.
|
| DominanceConesContainer |
Container for all positive and negative dominance cones calculated for one memory container
|
| DominanceConesForExample |
Class for storing positive and negative dominance cone of one example from memory container
|
| DominanceMethod |
Class used to determine type of dominance calculation to be performed
|
| DominanceRelationCalculator |
Class used to calculate dominance relation in an information table (or PCT).
|
| JmafDominanceConeCalculator |
Class used to calculate dominance cone using cumulative dominance with missing values support.
|
| ParetoDominanceCalculator |
Class used to establish presence or absence of Pareto dominance between two examples from the same memory container.
|