File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mllib/src/main/scala/org/apache/spark/ml/recommendation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments