flitsr.ranking.Rank

class flitsr.ranking.Rank(entity: Entity, score: float, exec_count: int)

Bases: object

An Entity from a spectrum, together with its score and execution count.

__init__(entity: Entity, score: float, exec_count: int)

Methods

__init__(entity, score, exec_count)