spark-instrumented-optimizer/docs/img
sboeschhuawei f377431a57 [SPARK-4259][MLlib]: Add Power Iteration Clustering Algorithm with Gaussian Similarity Function
Add single pseudo-eigenvector PIC
Including documentations and updated pom.xml with the following codes:
mllib/src/main/scala/org/apache/spark/mllib/clustering/PIClustering.scala
mllib/src/test/scala/org/apache/spark/mllib/clustering/PIClusteringSuite.scala

Author: sboeschhuawei <stephen.boesch@huawei.com>
Author: Fan Jiang <fanjiang.sc@huawei.com>
Author: Jiang Fan <fjiang6@gmail.com>
Author: Stephen Boesch <stephen.boesch@huawei.com>
Author: Xiangrui Meng <meng@databricks.com>

Closes #4254 from fjiang6/PIC and squashes the following commits:

4550850 [sboeschhuawei] Removed pic test data
f292f31 [Stephen Boesch] Merge pull request #44 from mengxr/SPARK-4259
4b78aaf [Xiangrui Meng] refactor PIC
24fbf52 [sboeschhuawei] Updated API to be similar to KMeans plus other changes requested by Xiangrui on the PR
c12dfc8 [sboeschhuawei] Removed examples files and added pic_data.txt. Revamped testcases yet to come
92d4752 [sboeschhuawei] Move the Guassian/ Affinity matrix calcs out of PIC. Presently in the test suite
7ebd149 [sboeschhuawei] Incorporate Xiangrui's first set of PR comments except restructure PIC.run to take Graph but do not remove Gaussian
121e4d5 [sboeschhuawei] Remove unused testing data files
1c3a62e [sboeschhuawei] removed matplot.py and reordered all private methods to bottom of PIC
218a49d [sboeschhuawei] Applied Xiangrui's comments - especially removing RDD/PICLinalg classes and making noncritical methods private
43ab10b [sboeschhuawei] Change last two println's to log4j logger
88aacc8 [sboeschhuawei] Add assert to testcase on cluster sizes
24f438e [sboeschhuawei] fixed incorrect markdown in clustering doc
060e6bf [sboeschhuawei] Added link to PIC doc from the main clustering md doc
be659e3 [sboeschhuawei] Added mllib specific log4j
90e7fa4 [sboeschhuawei] Converted from custom Linalg routines to Breeze: added JavaDoc comments; added Markdown documentation
bea48ea [sboeschhuawei] Converted custom Linear Algebra datatypes/routines to use Breeze.
b29c0db [Fan Jiang] Update PIClustering.scala
ace9749 [Fan Jiang] Update PIClustering.scala
a112f38 [sboeschhuawei] Added graphx main and test jars as dependencies to mllib/pom.xml
f656c34 [sboeschhuawei] Added iris dataset
b7dbcbe [sboeschhuawei] Added axes and combined into single plot for matplotlib
a2b1e57 [sboeschhuawei] Revert inadvertent update to KMeans
9294263 [sboeschhuawei] Added visualization/plotting of input/output data
e5df2b8 [sboeschhuawei] First end to end working PIC
0700335 [sboeschhuawei] First end to end working version: but has bad performance issue
32a90dc [sboeschhuawei] Update circles test data values
0ef163f [sboeschhuawei] Added ConcentricCircles data generation and KMeans clustering
3fd5bc8 [sboeschhuawei] PIClustering is running in new branch (up to the pseudo-eigenvector convergence step)
d5aae20 [Jiang Fan] Adding Power Iteration Clustering and Suite test
a3c5fbe [Jiang Fan] Adding Power Iteration Clustering
2015-01-30 14:09:49 -08:00
..
cluster-overview.png Updated cluster diagram to show caches 2013-09-08 13:51:57 -07:00
cluster-overview.pptx Updated cluster diagram to show caches 2013-09-08 13:51:57 -07:00
edge-cut.png Strating to improve README. 2013-10-29 20:57:55 -07:00
edge_cut_vs_vertex_cut.png WIP. Updating figures and cleaning up initial skeleton for GraphX Programming guide. 2014-01-10 00:39:08 -08:00
glyphicons-halflings-white.png Adding docs directory containing documentation currently on the wiki 2012-09-12 13:03:43 -07:00
glyphicons-halflings.png Adding docs directory containing documentation currently on the wiki 2012-09-12 13:03:43 -07:00
graph_parallel.png Strating to improve README. 2013-10-29 20:57:55 -07:00
graphx_figures.pptx Finished docummenting join operators and revised some of the initial presentation. 2014-01-11 13:48:35 -08:00
graphx_logo.png WIP. Updating figures and cleaning up initial skeleton for GraphX Programming guide. 2014-01-10 00:39:08 -08:00
graphx_performance_comparison.png WIP. Updating figures and cleaning up initial skeleton for GraphX Programming guide. 2014-01-10 00:39:08 -08:00
incubator-logo.png More doc improvements + better warnings when you haven't built Spark 2013-08-30 12:41:25 -07:00
java-sm.png Merge pull request #497 from tdas/docs-update 2014-01-28 21:51:05 -08:00
ml-Pipeline.png [SPARK-4575] [mllib] [docs] spark.ml pipelines doc + bug fixes 2014-12-04 17:00:06 +08:00
ml-PipelineModel.png [SPARK-4575] [mllib] [docs] spark.ml pipelines doc + bug fixes 2014-12-04 17:00:06 +08:00
ml-Pipelines.pptx [SPARK-4575] [mllib] [docs] spark.ml pipelines doc + bug fixes 2014-12-04 17:00:06 +08:00
PIClusteringFiveCirclesInputsAndOutputs.png [SPARK-4259][MLlib]: Add Power Iteration Clustering Algorithm with Gaussian Similarity Function 2015-01-30 14:09:49 -08:00
property_graph.png More edits. 2014-01-10 23:52:24 -08:00
python-sm.png Merge pull request #497 from tdas/docs-update 2014-01-28 21:51:05 -08:00
scala-sm.png Merge pull request #497 from tdas/docs-update 2014-01-28 21:51:05 -08:00
spark-logo-77x40px-hd.png More crisp logo created from vector source (ai) and disabled 2012-09-13 15:27:33 -07:00
spark-logo-77x50px-hd.png Various enhancements to the programming guide and HTML/CSS 2012-09-25 23:26:56 -07:00
spark-logo-100x40px.png Replaces "Spark" word in nav bar with logo. 2012-09-13 12:08:12 -07:00
spark-logo-hd.png Added cluster overview doc, made logo higher-resolution, and added more 2013-09-08 00:29:11 -07:00
streaming-arch.png [SPARK-2419][Streaming][Docs] More updates to the streaming programming guide 2014-09-06 14:46:43 -07:00
streaming-dstream-ops.png Merge pull request #497 from tdas/docs-update 2014-01-28 21:51:05 -08:00
streaming-dstream-window.png Merge pull request #497 from tdas/docs-update 2014-01-28 21:51:05 -08:00
streaming-dstream.png Merge pull request #497 from tdas/docs-update 2014-01-28 21:51:05 -08:00
streaming-figures.pptx [SPARK-2419][Streaming][Docs] More updates to the streaming programming guide 2014-09-06 14:46:43 -07:00
streaming-flow.png Merge pull request #497 from tdas/docs-update 2014-01-28 21:51:05 -08:00
streaming-kinesis-arch.png [SPARK-2419][Streaming][Docs] More updates to the streaming programming guide 2014-09-06 14:46:43 -07:00
triplet.png More edits. 2014-01-10 23:52:24 -08:00
vertex-cut.png Strating to improve README. 2013-10-29 20:57:55 -07:00
vertex_routing_edge_tables.png WIP. Updating figures and cleaning up initial skeleton for GraphX Programming guide. 2014-01-10 00:39:08 -08:00