aboutsummaryrefslogtreecommitdiff
path: root/examples/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7357] Improving HBaseTest exampleJihong MA2015-05-051-0/+12
* [MINOR] Renamed variables in SparkKMeans.scala, LocalKMeans.scala and kmeans....Niccolo Becchi2015-05-052-2/+2
* [SPARK-5956] [MLLIB] Pipeline components should be copyable.Xiangrui Meng2015-05-045-26/+16
* [SPARK-5932] [CORE] Use consistent naming for size propertiesIlya Ganelin2015-04-281-1/+1
* [SPARK-7090] [MLLIB] Introduce LDAOptimizer to LDA to further improve extensi...Yuhao Yang2015-04-271-2/+2
* [SPARK-6113] [ML] Tree ensembles for Pipelines APIJoseph K. Bradley2015-04-254-58/+568
* update the deprecated CountMinSketchMonoid function to TopPctCMS functionKeheCAI2015-04-251-1/+3
* [minor][streaming]fixed scala string interpolation errorPrabeesh K2015-04-231-1/+1
* [SPARK-6113] [ML] Small cleanups after original tree API PRJoseph K. Bradley2015-04-211-6/+19
* [Minor][MLlib] Incorrect path to test data is used in DecisionTreeExampleLiang-Chi Hsieh2015-04-201-1/+2
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-171-0/+322
* [SPARK-6937][MLLIB] Fixed bug in PICExample in which the radius were not bein...sboeschhuawei2015-04-151-3/+4
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-131-3/+3
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-0311-19/+22
* [SPARK-6428][MLlib] Added explicit type for public methods and implemented ha...Reynold Xin2015-03-202-3/+4
* [SPARK-6274][Streaming][Examples] Added examples streaming + sql examples.Tathagata Das2015-03-111-0/+101
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-111-2/+2
* [SPARK-6177][MLlib]Add note in LDA example to remind possible coalesceYuhao Yang2015-03-101-1/+3
* [GraphX] Improve LiveJournalPageRank exampleJacky Li2015-03-081-7/+2
* [SPARK-5666][streaming][MQTT streaming] some trivial fixesprabs2015-02-251-20/+29
* [SPARK-5939][MLLib] make FPGrowth example app take parametersJacky Li2015-02-231-14/+45
* [EXAMPLES] fix typo.Makoto Fukuhara2015-02-231-1/+1
* [MLlib] fix typoJacky Li2015-02-211-1/+1
* [SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 releaseJoseph K. Bradley2015-02-204-18/+24
* [SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendlyXiangrui Meng2015-02-192-8/+4
* [SPARK-5519][MLLIB] add user guide with example code for fp-growthXiangrui Meng2015-02-181-0/+51
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-178-14/+14
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-138-22/+22
* [SPARK-5503][MLLIB] Example code for Power Iteration Clusteringsboeschhuawei2015-02-131-0/+160
* [Spark-5717] [MLlib] add stop and reorganize importJqueryFan2015-02-101-1/+1
* [SPARK-4789] [SPARK-4942] [SPARK-5031] [mllib] Standardize ML Prediction APIsJoseph K. Bradley2015-02-054-14/+200
* [SPARK-5604][MLLIB] remove checkpointDir from treesXiangrui Meng2015-02-051-1/+2
* [SPARK-5604[MLLIB] remove checkpointDir from LDAXiangrui Meng2015-02-051-1/+1
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-047-17/+18
* [SPARK-1405] [mllib] Latent Dirichlet Allocation (LDA) using EMJoseph K. Bradley2015-02-021-0/+283
* [SPARK-4979][MLLIB] Streaming logisitic regressionfreeman2015-02-022-2/+74
* SPARK-5425: Use synchronised methods in system properties to create SparkConfJacek Lewandowski2015-02-021-1/+3
* SPARK-5400 [MLlib] Changed name of GaussianMixtureEM to GaussianMixtureTravis Galoppo2015-01-301-4/+4
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-291-1/+1
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-281-2/+1
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-281-1/+1
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-276-24/+23
* [SPARK-3541][MLLIB] New ALS implementation with improved storageXiangrui Meng2015-01-221-0/+174
* SPARK-5019 [MLlib] - GaussianMixtureModel exposes instances of MultivariateGa...Travis Galoppo2015-01-201-1/+1
* [SPARK-5234][ml]examples for ml don't have sparkContext.stopYuhao Yang2015-01-143-0/+6
* [SPARK-4033][Examples]Input of the SparkPi too big causes the emption exceptionhuangzhaowei2015-01-111-2/+2
* [SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen2014-12-301-4/+2
* SPARK-4156 [MLLIB] EM algorithm for GMMsTravis Galoppo2014-12-291-0/+67
* [SPARK-4608][Streaming] Reorganize StreamingContext implicit to improve API c...zsxwing2014-12-2511-11/+0
* [SPARK-4932] Add help comments in AnalyticsTakeshi Yamamuro2014-12-231-0/+4