flitsr.tie.Ties¶
- class flitsr.tie.Ties(rankings: Rankings, bu: BUModel = PERFECT)¶
-
- __init__(rankings: Rankings, bu: BUModel = PERFECT)¶
Construct the ties for the given set of rankings and bug understanding model.
- Parameters:
rankings – The set of rankings to construct the ties for.
bu – The bug understanding model, see
BUModelfor more details.
Changed in version 2.5.0: Added the bu parameter for specifying the bug understanding model
Methods
__init__(rankings[, bu])Construct the ties for the given set of rankings and bug understanding model.
Changes the bug understanding model to be the one given by bu.
size([collapse])