Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.approximations |
Modifier and Type | Class | Description |
---|---|---|
class |
ConfirmatoryMonotonicDecisionClass |
Class extending monotonic decision class with special handling of objects assigned to lower approximations.
|
class |
MonotonicDecisionClass |
Monotonic IRSA or VC-IRSA, with $\epsilon$ measure of consistency, decision class from a decision table.
|
class |
StandardDecisionClass |
Standard IRSA or VC-IRSA (with rough membership measure) decision class from a decision table.
|
Modifier and Type | Method | Description |
---|---|---|
DecisionClass |
DecisionClassContainer.getDecisionClass(Field value) |
Gets decision class that is based on the value passed as the parameter or
null if there is no such decision class |
DecisionClass[] |
DecisionClassContainer.getDecisionClasses() |
Gets array containing all decision classes which can be defined for memory container.
|