Skip to content

Commit

Permalink
style change and remove ignored files
Browse files Browse the repository at this point in the history
  • Loading branch information
coderxiang committed Oct 21, 2014
1 parent f113ee1 commit d7fb93f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ class RankingMetrics[T: ClassTag](predictionAndLabels: RDD[(Array[T], Array[T])]
* and the NDCG is obtained by dividing the DCG value on the ground truth set. In the current
* implementation, the relevance value is binary.
* If a query has an empty ground truth set, zero will be used as ndcg together with a log warning.
* If a query has an empty ground truth set, zero will be used as ndcg together with
* a log warning.
*
* See the following paper for detail:
*
Expand Down

0 comments on commit d7fb93f

Please sign in to comment.