File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
mllib/src/main/scala/org/apache/spark/mllib/recommendation Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -207,9 +207,10 @@ class ALS private (
207207
208208 /**
209209 * :: DeveloperApi ::
210- * Sets storage level for final RDDs (user/product used in the MatrixFactorizationModel). The default value is
211- * `MEMORY_AND_DISK`. Users can change it to a serialized storage, e.g., `MEMORY_AND_DISK_SER` and
212- * set `spark.rdd.compress` to `true` to reduce the space requirement, at the cost of speed.
210+ * Sets storage level for final RDDs (user/product used in MatrixFactorizationModel). The default
211+ * value is `MEMORY_AND_DISK`. Users can change it to a serialized storage, e.g.
212+ * `MEMORY_AND_DISK_SER` and set `spark.rdd.compress` to `true` to reduce the space requirement,
213+ * at the cost of speed.
213214 */
214215 @ DeveloperApi
215216 def setFinalRDDStorageLevel (storageLevel : StorageLevel ): this .type = {
You can’t perform that action at this time.
0 commit comments