| Package | Description |
|---|---|
| pl.poznan.put.cs.idss.jrs.approximations | |
| pl.poznan.put.cs.idss.jrs.lukiant | |
| pl.poznan.put.cs.idss.jrs.pct | |
| pl.poznan.put.cs.idss.jrs.rules | |
| pl.poznan.put.cs.idss.jrs.types |
Provides classes for wrapping anything you can put into decision table.
|
| Modifier and Type | Method | Description |
|---|---|---|
static PairField |
PairDecisionMonotonicUnion.calculateLeftOppositeUnionBasicClass(Field basicClass,
int type) |
|
static PairField |
PairDecisionMonotonicUnion.calculateRightOppositeUnionBasicClass(Field basicClass,
int type) |
| Constructor | Description |
|---|---|
NewWFNFS(java.util.Hashtable<PairField,java.lang.Double> atLeastWeights,
java.util.Hashtable<PairField,java.lang.Double> atMostWeights,
int typeOfRules) |
Deprecated.
Constructor for
WFNFS class. |
| Modifier and Type | Method | Description |
|---|---|---|
static MemoryContainer |
InformationTable2PCTConverter.convert(MemoryContainer informationTable,
PairField[] pairsOfExamplesNumbers,
boolean createDecisionCriterion) |
Returns
convert(informationTable, pairsOfExamplesNumbers, null, createDecisionCriterion, EVALUATIONS_DIFFERENCE). |
static MemoryContainer |
InformationTable2PCTConverter.convert(MemoryContainer informationTable,
PairField[] pairsOfExamplesNumbers,
EvaluationDifference2PreferenceIntensityDegree evaluationDifference2PreferenceIntensityDegree,
boolean createDecisionCriterion) |
If
evaluationDifference2PreferenceIntensityDegree is equal to null,
returns convert(informationTable, pairsOfExamplesNumbers, evaluationDifference2PreferenceIntensityDegree, createDecisionCriterion, EVALUATIONS_DIFFERENCE),
else returns convert(informationTable, pairsOfExamplesNumbers, evaluationDifference2PreferenceIntensityDegree, createDecisionCriterion, PREFERENCE_INTENSITY_DEGREE). |
| Modifier and Type | Method | Description |
|---|---|---|
PairField |
PairCondition.getReferencePair() |
Gets reference pair of simple values for which this condition has been created.
|
| Modifier and Type | Method | Description |
|---|---|---|
static PairCondition |
PairCondition.create(AttributeInfo attributeInfo,
PairField referencePair,
int conditionType) |
Creates and returns pair condition for given information about attribute and condition type,
created on the basis of given reference pair of simple field values
|
| Constructor | Description |
|---|---|
PairCondition(AttributeInfo attributeInfo,
PairField referencePair,
int conditionType) |
Constructs pair condition with specified information about the attribute, reference pair of simple values
and type of condition.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
PairField.checkDominance(PairField anotherPair,
int preferenceType) |
Checks if this pair strictly dominates another one, another pair strictly dominates this one,
pairs are equal or incomparable.
|