-
- Downloads
[SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0
Standalone application examples are added to 'mllib-linear-methods.md' file written in Java. This commit is related to the issue [Add full Java Examples in MLlib docs](https://issues.apache.org/jira/browse/SPARK-1945). Also I changed the name of the sigmoid function from 'logit' to 'f'. This is because the logit function is the inverse of sigmoid. Thanks, Michael Author: Michael Giannakopoulos <miccagiann@gmail.com> Closes #1311 from miccagiann/master and squashes the following commits: 8ffe5ab [Michael Giannakopoulos] Update code so as to comply with code standards. f7ad5cc [Michael Giannakopoulos] Merge remote-tracking branch 'upstream/master' 38d92c7 [Michael Giannakopoulos] Adding PCA, SVD and LBFGS examples in Java. Performing minor updates in the already committed examples so as to eradicate the call of 'productElement' function whenever is possible. cc0a089 [Michael Giannakopoulos] Modyfied Java examples so as to comply with coding standards. b1141b2 [Michael Giannakopoulos] Added Java examples for Clustering and Collaborative Filtering [mllib-clustering.md & mllib-collaborative-filtering.md]. 837f7a8 [Michael Giannakopoulos] Merge remote-tracking branch 'upstream/master' 15f0eb4 [Michael Giannakopoulos] Java examples included in 'mllib-linear-methods.md' file.
Showing
- docs/mllib-clustering.md 48 additions, 1 deletiondocs/mllib-clustering.md
- docs/mllib-collaborative-filtering.md 79 additions, 1 deletiondocs/mllib-collaborative-filtering.md
- docs/mllib-dimensionality-reduction.md 94 additions, 0 deletionsdocs/mllib-dimensionality-reduction.md
- docs/mllib-linear-methods.md 149 additions, 5 deletionsdocs/mllib-linear-methods.md
- docs/mllib-optimization.md 95 additions, 1 deletiondocs/mllib-optimization.md
Loading
Please register or sign in to comment