Skip to content

Commit 294164d

Browse files
committed
nit fix
1 parent d29fd67 commit 294164d

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ private[recommendation] trait ALSParams extends ALSModelParams with HasMaxIter w
201201
def getFinalStorageLevel: String = $(finalStorageLevel)
202202

203203
/**
204-
* Param for threshold in computation of dst factors to decide
205-
* if stacking factors to speed up the computation.(>= 1).
206-
* Default: 1024
207-
* @group expertParam
208-
*/
204+
* Param for threshold in computation of dst factors to decide
205+
* if stacking factors to speed up the computation.(>= 1).
206+
* Default: 1024
207+
* @group expertParam
208+
*/
209209
val threshold = new IntParam(this, "threshold", "threshold in computation of dst factors " +
210210
"to decide if stacking factors to speed up the computation.",
211211
ParamValidators.gtEq(1))

0 commit comments

Comments
 (0)