lisa.regression.ResultCount#
- class lisa.regression.ResultCount(passed, failed)[source]#
Bases:
NamedTuple
ResultCount(passed, failed)
ResultCount(passed, failed)
Attributes
Number of failed occurrences.
Number of passed occurrences.
Methods
Create new instance of ResultCount(passed, failed).
Attributes#
- ResultCount.__match_args__ = ('passed', 'failed')#