aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
* Initialized the regVal for first iteration in SGD optimizerDB Tsai2014-03-022-1/+9
* MLLIB-25: Implicit ALS runs out of memory for moderately large numbers of fea...Sean Owen2014-02-211-2/+2
* MLLIB-22. Support negative implicit input in ALSSean Owen2014-02-191-3/+11
* MLLIB-24: url of "Collaborative Filtering for Implicit Feedback Datasets" in...Chen Chao2014-02-191-1/+1
* Merge pull request #566 from martinjaggi/copy-MLlib-d.Martin Jaggi2014-02-096-74/+130
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-094-15/+18
* Merge pull request #528 from mengxr/sample. Closes #528.Xiangrui Meng2014-02-031-2/+1
* Merge pull request #460 from srowen/RandomInitialALSVectorsSean Owen2014-01-271-1/+9
* Merge pull request #315 from rezazadeh/sparsesvdMatei Zaharia2014-01-224-0/+275
|\
| * rename to MatrixSVDReza Zadeh2014-01-171-2/+2
| * rename to MatrixSVDReza Zadeh2014-01-172-4/+4
| * Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-179-26/+17
| |\
| * | add rename computeSVDReza Zadeh2014-01-171-1/+1
| * | replace this.type with SVDReza Zadeh2014-01-171-1/+1
| * | use 0-indexingReza Zadeh2014-01-173-8/+8
| * | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-139-35/+113
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-094-3/+188
| |\ \ \
| * | | | More sparse matrix usage.Reza Zadeh2014-01-071-1/+2
| * | | | use SparseMatrix everywhereReza Zadeh2014-01-043-50/+55
| * | | | prettifyReza Zadeh2014-01-041-4/+5
| * | | | new example fileReza Zadeh2014-01-041-1/+0
| * | | | fix testsReza Zadeh2014-01-041-9/+19
| * | | | set methodsReza Zadeh2014-01-041-7/+52
| * | | | add k parameterReza Zadeh2014-01-041-12/+12
| * | | | using decomposed matrix struct nowReza Zadeh2014-01-042-10/+6
| * | | | new return structReza Zadeh2014-01-041-0/+33
| * | | | start using matrixentryReza Zadeh2014-01-031-9/+14
| * | | | rename sparsesvd.scalaReza Zadeh2014-01-031-0/+0
| * | | | New matrix entry fileReza Zadeh2014-01-031-0/+27
| * | | | fix error messageReza Zadeh2014-01-021-1/+1
| * | | | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-021-7/+6
| |\ \ \ \
| * | | | | more docs yayReza Zadeh2014-01-011-1/+4
| * | | | | javadoc for sparsesvdReza Zadeh2014-01-011-3/+7
| * | | | | tweaks to docsReza Zadeh2014-01-011-5/+4
| * | | | | large scale considerationsReza Zadeh2013-12-271-2/+2
| * | | | | initial large scale testing beginReza Zadeh2013-12-271-4/+4
| * | | | | cleanup documentationReza Zadeh2013-12-271-2/+2
| * | | | | test for truncated svdReza Zadeh2013-12-271-51/+50
| * | | | | full rank matrix test addedReza Zadeh2013-12-261-1/+9
| * | | | | Main method added for svdReza Zadeh2013-12-261-4/+4
| * | | | | new main fileReza Zadeh2013-12-261-10/+19
| * | | | | Object to hold the svd methodsReza Zadeh2013-12-261-58/+74
| * | | | | Some documentationReza Zadeh2013-12-261-0/+47
| * | | | | Initial files - no testsReza Zadeh2013-12-261-0/+68
* | | | | | Correct L2 regularized weight update with canonical formSean Owen2014-01-181-1/+5
| |_|_|_|/ |/| | | |
* | | | | Added parentheses for that getDouble() also has side effectFrank Dai2014-01-141-1/+1
* | | | | Merge remote-tracking branch 'upstream/master' into code-styleFrank Dai2014-01-148-12/+90
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #380 from mateiz/py-bayesPatrick Wendell2014-01-138-13/+91
| |\ \ \ \
| | * | | | Added Java unit test, data, and main method for Naive BayesMatei Zaharia2014-01-116-4/+33
| | * | | | Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-113-9/+58