Skip to content
Snippets Groups Projects
Commit 01f20a94 authored by Reynold Xin's avatar Reynold Xin
Browse files

Fixed a typo in mllib inline documentation.

parent 63b6e02b
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ object KMeansDataGenerator {
* @param numPoints Number of points that will be contained in the RDD
* @param k Number of clusters
* @param d Number of dimensions
* @parak r Scaling factor for the distribution of the initial centers
* @param r Scaling factor for the distribution of the initial centers
* @param numPartitions Number of partitions of the generated RDD; default 2
*/
def generateKMeansRDD(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment