Skip to content

Commit 57de83b

Browse files
committed
Add link to Rating in Scaladoc for partitionRatings
1 parent 6da60f0 commit 57de83b

File tree

1 file changed

+3
-3
lines changed
  • mllib/src/main/scala/org/apache/spark/ml/recommendation

1 file changed

+3
-3
lines changed

mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,9 +1162,9 @@ object ALS extends DefaultParamsReadable[ALS] with Logging {
11621162
}
11631163

11641164
/**
1165-
* Groups an RDD of `Rating`s by the user partition and item partition to which each `Rating` maps
1166-
* according to the given partitioners. The returned pair RDD holds the ratings, encoded in a
1167-
* memory-efficient format but otherwise unchanged, keyed by the (user partition ID, item
1165+
* Groups an RDD of [[Rating]]s by the user partition and item partition to which each `Rating`
1166+
* maps according to the given partitioners. The returned pair RDD holds the ratings, encoded in
1167+
* a memory-efficient format but otherwise unchanged, keyed by the (user partition ID, item
11681168
* partition ID) pair.
11691169
*
11701170
* Performance note: This is an expensive operation that performs an RDD shuffle.

0 commit comments

Comments
 (0)