[mlpack-git] [mlpack/mlpack] fix default output problem and some styles (#680)

Keon Kim notifications at github.com
Mon Jun 6 07:45:11 EDT 2016


fix #667 
and unified some styles
- variable.empty() -> CLI::HasParam("variable")
- for small executables, initialize specified parameters with const all at the beginning of the prorgram.
You can view, comment on, or merge this pull request online at:

  https://github.com/mlpack/mlpack/pull/680

-- Commit Summary --

  * Merge pull request #2 from mlpack/master
  * Merge pull request #3 from mlpack/master
  * fix problem while prepending in executables
  * unify styles and fix default output problem
  * unify style of softmax exec with others
  * fix naming in cli.hpp

-- File Changes --

    M src/mlpack/core/util/cli.cpp (12)
    M src/mlpack/core/util/cli_impl.hpp (14)
    M src/mlpack/methods/det/det_main.cpp (2)
    M src/mlpack/methods/emst/emst_main.cpp (4)
    M src/mlpack/methods/gmm/gmm_generate_main.cpp (4)
    M src/mlpack/methods/gmm/gmm_probability_main.cpp (4)
    M src/mlpack/methods/hmm/hmm_generate_main.cpp (9)
    M src/mlpack/methods/hmm/hmm_train_main.cpp (7)
    M src/mlpack/methods/hmm/hmm_viterbi_main.cpp (4)
    M src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp (57)
    M src/mlpack/methods/lars/lars_main.cpp (45)
    M src/mlpack/methods/linear_regression/linear_regression_main.cpp (54)
    M src/mlpack/methods/mvu/mvu_main.cpp (12)
    M src/mlpack/methods/perceptron/perceptron_main.cpp (16)
    M src/mlpack/methods/preprocess/preprocess_split_main.cpp (63)
    M src/mlpack/methods/radical/radical_main.cpp (6)
    M src/mlpack/methods/softmax_regression/softmax_regression_main.cpp (87)

-- Patch Links --

https://github.com/mlpack/mlpack/pull/680.patch
https://github.com/mlpack/mlpack/pull/680.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/680
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160606/da944ffb/attachment-0001.html>


More information about the mlpack-git mailing list