Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jul 22, 2019
1 parent 42fc2b8 commit 2d72f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprank/learn/rankingMetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def hitrate(rs):
Example:
>>> rs = [0,1,1]
>>> hitrate(r,nr)
>>> hitrate(rs)
Attributes:
Expand Down

0 comments on commit 2d72f5f

Please sign in to comment.