aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Merge remote-tracking branch 'origin/master' into conf2Matei Zaharia2013-12-291-0/+232
| |\
| * | Various fixes to configuration codeMatei Zaharia2013-12-281-5/+5
| * | spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-251-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
* | | add all testsReza Zadeh2013-12-271-0/+142
* | | 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
| |/ |/|
* | Scala stubs for updated Python bindings.Tor Myklebust2013-12-251-13/+13
* | Move PythonMLLibAPI into its own package.Tor Myklebust2013-12-241-0/+1
* | Fix error message ugliness.Tor Myklebust2013-12-241-2/+2
* | Java stubs for ALSModel.Tor Myklebust2013-12-211-0/+34
* | Javadocs; also, declare some things private.Tor Myklebust2013-12-201-5/+26
* | Licence notice.Tor Myklebust2013-12-201-0/+17
* | Scala classification and clustering stubs; matrix serialization/deserialization.Tor Myklebust2013-12-201-3/+79
* | Bindings for linear, Lasso, and ridge regression.Tor Myklebust2013-12-191-5/+37
* | Un-semicolon PythonMLLibAPI.Tor Myklebust2013-12-191-27/+27
* | First cut at python mllib bindings. Only LinearRegression is supported.Tor Myklebust2013-12-191-0/+51
|/
* Use scala.binary.version in POMsMark Hamstra2013-12-151-5/+5
* Style fixes and addressed review comments at #221Prashant Sharma2013-12-101-5/+5
* Incorporated Patrick's feedback comment on #211 and made maven build/dep-reso...Prashant Sharma2013-12-071-1/+1
* Merge branch 'master' into scala-2.10-wipPrashant Sharma2013-11-251-5/+6
|\
| * Make XORShiftRandom explicit in KMeans and roll it back for RDDMarek Kolodziej2013-11-201-4/+4
| * Updates to reflect pull request code reviewMarek Kolodziej2013-11-181-2/+3
| * XORShift RNG with unit tests and benchmarkMarek Kolodziej2013-11-181-1/+1
* | Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10Prashant Sharma2013-10-103-59/+300
|\|
| * Merge branch 'master' into implicit-alsNick Pentreath2013-10-071-4/+4
| |\