Skip to content
Snippets Groups Projects
  • Michael Giannakopoulos's avatar
    db56f2df
    [SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0 · db56f2df
    Michael Giannakopoulos authored
    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.
    db56f2df
    History
    [SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0
    Michael Giannakopoulos authored
    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.