[mlpack-git] master: Merge pull request #742 from keonkim/describe2 (acd81e1)

gitdub at mlpack.org gitdub at mlpack.org
Mon Aug 8 00:15:44 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/44a2b52f4d9ece563a5b9850db43ab60f71e5ec7...acd81e11579f69e75aa8406b2982328c88cf1fde

>---------------------------------------------------------------

commit acd81e11579f69e75aa8406b2982328c88cf1fde
Merge: 44a2b52 23c54cb
Author: Tham <thamngapwei at gmail.com>
Date:   Mon Aug 8 12:15:44 2016 +0800

    Merge pull request #742 from keonkim/describe2
    
    Descriptive Statistics command-line program
    
    Thanks for the contribution


>---------------------------------------------------------------

acd81e11579f69e75aa8406b2982328c88cf1fde
 src/mlpack/methods/preprocess/CMakeLists.txt       |   1 +
 .../preprocess/preprocess_describe_main.cpp        | 228 +++++++++++++++++++++
 2 files changed, 229 insertions(+)

diff --cc src/mlpack/methods/preprocess/CMakeLists.txt
index 0eee8ac,b0b9f39..dd9f4f2
--- a/src/mlpack/methods/preprocess/CMakeLists.txt
+++ b/src/mlpack/methods/preprocess/CMakeLists.txt
@@@ -15,5 -15,6 +15,6 @@@ set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SR
  #add_cli_executable(preprocess_stats)
  add_cli_executable(preprocess_split)
  add_cli_executable(preprocess_binarize)
+ add_cli_executable(preprocess_describe)
  #add_cli_executable(preprocess_scan)
 -#add_cli_executable(preprocess_imputer)
 +add_cli_executable(preprocess_imputer)




More information about the mlpack-git mailing list