Trees | Indices | Help |
|
---|
|
object --+ | list --+ | Ranking
Class that wraps the functionality of a ranking list. It behaves as normal list but also allows additional functions to be performed, that are relevant to ranking
|
|||
new empty list |
|
||
|
|||
|
|||
|
|||
[int, ...] |
|
||
Ranking |
|
||
Ranking |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
list the ranking |
|||
normalization describes what kind of normalization has been been performed to the internal list |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
x[i]=y
|
del x[y]
|
Create a new normaliyed ranking out of a messy ranking like [1,3,5,4] to [1,2,4,3]
|
Returns the indexes of the particular ranks in the list
|
Created an inverted ranking, so that the best item becomes worse
|
Return a version of the ranking, only with integers. It would be nice if the Ranking is normalized
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 18 11:46:13 2014 | http://epydoc.sourceforge.net |