Class | Description |
---|---|
PairOfIndices |
Class of objects storing pairs of indices, i.e., non-negative integer numbers.
|
Class | Description |
---|---|
PreferenceStructure |
Deprecated.
Use
PreferenceGraph |
PreferenceStructureExploiter |
Deprecated.
Not used
|
Ranking |
Class representing ranking of objects, ordered from the best to the worst (sorted descendingly).
|
Class | Description |
---|---|
PairOfIndices |
Class of objects storing pairs of indices, i.e., non-negative integer numbers.
|
SimpleRanking |
Class representing simple ranking of objects, ordered from the best to the worst (sorted descendingly).
|
Class | Description |
---|---|
PairOfIndices |
Class of objects storing pairs of indices, i.e., non-negative integer numbers.
|
PairwiseComparisons |
Class used to store and access a set of pairwise comparisons in terms of relations:
P (preference relation), P^-1 (inverse preference relation), I (indifference relation), and R (incomparability relation).
|
PreferenceGraph |
Class representing preference graph, composed of vertices (nodes) corresponding to objects (examples) or groups of objects
and arcs corresponding to "at least" / "at most" relations between vertices.
SIC! |
PreferenceGraphExploiter |
Abstract class defining common interface for ranking-creating preference graph exploitation procedures,
like for example NFS (Net Flow Score), FNFS (Fuzzy Net Flow Score), WFNFS (Weighted Fuzzy Net Flow Score), RR (Rank Rule) etc.
|
PreferenceGraphGenerator |
Class generating preference graph and storing references to 1) test information table,
2) "full" PCT created on the basis of that test information table, and 3) rules' container.
|
PreferenceGraphWFNFS |
Implementation of Weighted Fuzzy Net Flow Score (WFNFS) preference graph exploitation procedure
|
PreferenceStructure |
Deprecated.
Use
PreferenceGraph |
PreferenceStructureExploiter |
Deprecated.
Not used
|
RankerParameters |
TODO - improve comments for fields
Parameters for ranker.
|
RankerResults |
Stores objects and values resulting from a single run of ranker
|
Ranking |
Class representing ranking of objects, ordered from the best to the worst (sorted descendingly).
|
RankingPosition |
Class storing numbers of objects sharing one position in ranking, along with their common evaluation
|
SimpleRanking |
Class representing simple ranking of objects, ordered from the best to the worst (sorted descendingly).
|
SimpleRankingPosition |
Class storing numbers of objects sharing one position in ranking
|
SScPairwiseComparisons |
Class used to store and access a set of pairwise comparisons in terms of relations: S (outranking relation) and S^c (non-outranking relation).
|
WeightsType |
Type of weights used to generate final ranking of examples
|
WFNFS |
Deprecated.
|
Class | Description |
---|---|
PairOfIndices |
Class of objects storing pairs of indices, i.e., non-negative integer numbers.
|
RankerParameters |
TODO - improve comments for fields
Parameters for ranker.
|
RankerResults |
Stores objects and values resulting from a single run of ranker
|