Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
coderxiang committed Oct 21, 2014
1 parent 14d9cd9 commit d881097
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ class RankingMetrics[T: ClassTag](predictionAndLabels: RDD[(Array[T], Array[T])]
*
* See the following paper for detail:
*
* IR evaluation methods for retrieving highly relevant documents.
* K. Jarvelin and J. Kekalainen
* IR evaluation methods for retrieving highly relevant documents. K. Jarvelin and J. Kekalainen
*
* @param k the position to compute the truncated precision, must be positive
* @return the average precision at the first k ranking positions
Expand Down Expand Up @@ -116,8 +115,7 @@ class RankingMetrics[T: ClassTag](predictionAndLabels: RDD[(Array[T], Array[T])]
*
* See the following paper for detail:
*
* IR evaluation methods for retrieving highly relevant documents.
* K. Jarvelin and J. Kekalainen
* IR evaluation methods for retrieving highly relevant documents. K. Jarvelin and J. Kekalainen
*
* @param k the position to compute the truncated ndcg, must be positive
* @return the average ndcg at the first k ranking positions
Expand Down

0 comments on commit d881097

Please sign in to comment.