aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* 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-1717-48/+45
|\
| * Merge pull request #414 from soulmachine/code-styleReynold Xin2014-01-1516-48/+28
| |\
| | * 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-1410-12/+168
| | |\
| | * | Indent two spacesFrank Dai2014-01-144-6/+6
| | * | Since getLong() and getInt() have side effect, get back parentheses, and remo...Frank Dai2014-01-142-10/+9
| | * | Code clean up for mllibFrank Dai2014-01-1416-63/+44
| * | | Add missing header filesPatrick Wendell2014-01-141-0/+17
| | |/ | |/|
* | | prettifyReza Zadeh2014-01-171-2/+2
* | | add rename computeSVDReza Zadeh2014-01-171-1/+1
* | | replace this.type with SVDReza Zadeh2014-01-171-1/+1
* | | use 0-indexingReza Zadeh2014-01-174-12/+12
* | | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-1311-35/+191
|\| |
| * | Merge pull request #380 from mateiz/py-bayesPatrick Wendell2014-01-1310-13/+169
| |\ \ | | |/ | |/|
| | * Added Java unit test, data, and main method for Naive BayesMatei Zaharia2014-01-118-4/+111
| | * Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-113-9/+58
| * | Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-121-7/+8
| |\|
| | * Fix configure didn't work small problem in ALSjerryshao2014-01-111-7/+8
| * | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-121-15/+14
| |/
* | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-097-5/+443
|\|
| * Merge branch 'master' into MatrixFactorizationModel-fixHossein Falaki2014-01-074-2/+345
| |\
| | * Added GradientDescentSuiteXusen Yin2014-01-061-0/+116
| | * fix logistic loss bugXusen Yin2014-01-061-2/+2
| | * Merge pull request #292 from soulmachine/naive-bayesReynold Xin2014-01-042-0/+227
| | |\
| | | * Aggregated all sample points to driver without any shuffleLian, Cheng2014-01-022-53/+31
| | | * Response to comments from Reynold, Ameet and EvanLian, Cheng2013-12-302-62/+90
| | | * Response to Reynold's commentsLian, Cheng2013-12-291-10/+16
| | | * Added Apache license header to NaiveBayesSuiteLian, Cheng2013-12-271-0/+17
| | | * Reformatted some lines commented by MateiLian, Cheng2013-12-271-2/+3
| | | * Let reduceByKey to take care of local combineLian, Cheng2013-12-251-27/+16
| | | * Refactored NaiveBayesLian, Cheng2013-12-252-28/+41
| | | * standard Naive Bayes classifierFrank Dai2013-12-252-0/+195
| * | | Added Rating deserializerHossein Falaki2014-01-061-1/+8
| * | | Added serializing method for Rating objectHossein Falaki2014-01-061-4/+16
| * | | Added python binding for bulk recommendationHossein Falaki2014-01-042-1/+27
| * | | Removed unnecessary blank lineHossein Falaki2014-01-031-1/+0
| * | | Added unit tests for bulk prediction in MatrixFactorizationModelHossein Falaki2014-01-031-2/+31
| * | | Added a method to enable bulk predictionHossein Falaki2014-01-031-1/+23
| |/ /
* | | More sparse matrix usage.Reza Zadeh2014-01-071-1/+2
* | | use SparseMatrix everywhereReza Zadeh2014-01-044-71/+84
* | | prettifyReza Zadeh2014-01-042-21/+22
* | | new example fileReza Zadeh2014-01-041-1/+0
* | | fix testsReza Zadeh2014-01-042-20/+36
* | | set methodsReza Zadeh2014-01-041-7/+52
* | | add k parameterReza Zadeh2014-01-042-14/+13
* | | using decomposed matrix struct nowReza Zadeh2014-01-043-17/+16
* | | new return structReza Zadeh2014-01-041-0/+33
* | | start using matrixentryReza Zadeh2014-01-031-9/+14