Skip to content

Commit

Permalink
fix : BB verified test added #349
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 10, 2022
1 parent 5328cd5 commit 2bd805e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Test/verified_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,9 @@
5
>>> cm2.HD[0]
5
>>> cm1 = ConfusionMatrix(matrix = {1:{1:2,0:2},0:{0:778,1:2}}) # Verified Case -- (https://bit.ly/3BVdNBp)
>>> cm1.BB
0.5
>>> cm2 = ConfusionMatrix(matrix = {1:{1:2,0:3},0:{0:775,1:4}}) # Verified Case -- (https://bit.ly/3BVdNBp)
0.3333333333333333
"""

0 comments on commit 2bd805e

Please sign in to comment.