We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd2402 commit ffe79b8Copy full SHA for ffe79b8
mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala
@@ -261,7 +261,7 @@ private[recommendation] trait ALSParams extends ALSModelParams with HasMaxIter w
261
* @param rank rank of the matrix factorization model
262
* @param userFactors a DataFrame that stores user factors in two columns: `id` and `features`
263
* @param itemFactors a DataFrame that stores item factors in two columns: `id` and `features`
264
- * @param blockSize Number of records for each block, adjust this parameter to improve
+ * @param blockSize number of records for each block, adjust this parameter to improve
265
* the efficiency of cartesian product
266
*/
267
@Since("1.3.0")
0 commit comments