From 7cb8327dcadcaf0a266af08a2fc0feed0d410b10 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Thu, 11 Sep 2014 21:06:59 +0000 Subject: New format for downloads page. --- site/mllib/index.html | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'site/mllib') diff --git a/site/mllib/index.html b/site/mllib/index.html index 6da0205d6..4ac0dde7a 100644 --- a/site/mllib/index.html +++ b/site/mllib/index.html @@ -48,6 +48,11 @@ + + + + +
@@ -186,9 +191,9 @@ points = spark.textFile("hdfs://...")
              .map(parsePoint)

- model = KMeans.train(points, k=10) + model = KMeans.train(points)
-
Calling MLlib in Python
+
Calling MLlib in Scala
@@ -242,18 +247,16 @@

Algorithms

- MLlib 1.1 contains the following algorithms: + MLlib 0.9 contains the following algorithms:

Refer to the MLlib guide for usage examples.

@@ -311,9 +314,5 @@ - - - - -- cgit v1.2.3