From e14a14bcde1637af04cc4c3bd708fed5670e4959 Mon Sep 17 00:00:00 2001 From: Ankur Dave Date: Mon, 13 Jan 2014 21:12:58 -0800 Subject: Remove K-Core and LDA sections from guide; they are unimplemented --- docs/graphx-programming-guide.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/graphx-programming-guide.md') diff --git a/docs/graphx-programming-guide.md b/docs/graphx-programming-guide.md index 91cc5b69cc..69cadc1e84 100644 --- a/docs/graphx-programming-guide.md +++ b/docs/graphx-programming-guide.md @@ -848,10 +848,6 @@ val triCountByUsername = users.join(triCounts).map { case (id, (username, tc)) = println(triCountByUsername.collect().mkString("\n")) {% endhighlight %} -## K-Core - -## LDA -