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