Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SoerenSonnenburg-TomTom committed Mar 23, 2018
1 parent e90eee5 commit 3495985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shogun/evaluation/PRCEvaluation.h
Expand Up @@ -57,6 +57,8 @@ class CPRCEvaluation: public CBinaryClassEvaluation
float64_t get_auPRC();

/** get PRC
* precision is dim0 (x)
* recall is dim1 (y)
* @return PRC graph matrix
*/
SGMatrix<float64_t> get_PRC();
Expand Down

1 comment on commit 3495985

@lisitsyn
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OMG!

Please sign in to comment.