-
- Downloads
[SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDs
`RandomRDDGenerators` means factory for `RandomRDDGenerator`. However, its methods return RDDs but not RDDGenerators. So a more proper (and shorter) name would be `RandomRDDs`. dorx brkyvz Author: Xiangrui Meng <meng@databricks.com> Closes #1979 from mengxr/randomrdds and squashes the following commits: b161a2d [Xiangrui Meng] rename RandomRDDGenerators to RandomRDDs
Showing
- mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala 1 addition, 1 deletion...la/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala
- mllib/src/main/scala/org/apache/spark/mllib/random/RandomRDDs.scala 3 additions, 3 deletions...main/scala/org/apache/spark/mllib/random/RandomRDDs.scala
- mllib/src/test/scala/org/apache/spark/mllib/random/RandomRDDsSuite.scala 8 additions, 8 deletions...scala/org/apache/spark/mllib/random/RandomRDDsSuite.scala
- python/pyspark/mllib/random.py 12 additions, 13 deletionspython/pyspark/mllib/random.py
Please register or sign in to comment