Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.ranking |
Modifier and Type | Field | Description |
---|---|---|
PreferenceGraph |
RankerResults.preferenceGraph |
Preference graph for all objects in the test data set
|
Modifier and Type | Method | Description |
---|---|---|
PreferenceGraph |
PreferenceGraphGenerator.generatePreferenceGraph() |
Gets preference graph resulting from application of rules from rules container
to all pairs of objects from test information table.
Takes into account Settings.getTypeOfFamilyOfCriteria() value. |
PreferenceGraph |
PreferenceGraphGeneratorVirtualAllRules.generatePreferenceGraph() |
Gets preference graph resulting from application of robust ALL RULES
to all pairs of objects from the test information table.
Takes into account Settings.getTypeOfFamilyOfCriteria() value. |
PreferenceGraph |
PreferenceStructure.getPreferenceGraph() |
Deprecated.
Gets preference graph
|
Modifier and Type | Method | Description |
---|---|---|
SimpleRanking |
PreferenceGraphExploiter.generateRanking(PreferenceGraph preferenceGraph) |
Exploits given preference graph and works out final recommendation in terms of ranking of objects.
|
SimpleRanking |
PreferenceGraphRankingGenerator.generateRanking(PreferenceGraph preferenceGraph) |
Deprecated.
Generates ranking of objects for given preference graph and by means of preference graph exploiter,
for which this ranking generator has been created
|
Ranking |
PreferenceGraphWFNFS.generateRanking(PreferenceGraph preferenceGraph) |
Generates ranking of objects from given preference graph.
|
SimpleRanking |
RankRule.generateRanking(PreferenceGraph preferenceGraph) |
Exploits given preference graph and works out final recommendation in terms of ranking of objects.
|
SimpleRanking |
RepeatedWFNFS.generateRanking(PreferenceGraph preferenceGraph) |
Generates ranking of objects for given preference graph, using stored WFNFS ranking generator and
iteratively removing from preference graph best ranked objects (vertices).
SIC! |