Skip to content

Commit

Permalink
MISC: no need to "balance" data for d' calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
hahong committed Jul 18, 2012
1 parent 43cabf5 commit 5f8f071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bangmetric/dprime.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ def dprime_from_confusion_ova(M, fudge_mode=DEFAULT_FUDGE_MODE, \
----------
http://en.wikipedia.org/wiki/D'
http://en.wikipedia.org/wiki/Confusion_matrix
XXX: no normalization for unbalanced data
"""

M = np.array(M)
Expand Down

0 comments on commit 5f8f071

Please sign in to comment.