[mlpack-git] master: Build the neural network code. (4c0c618)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Sep 2 07:33:56 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/86771a45890936ed536045420b0912acbe638b80...4c0c618df62d8bf1a7cc3cb9e3b806bc127044da

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

commit 4c0c618df62d8bf1a7cc3cb9e3b806bc127044da
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Wed Sep 2 13:33:47 2015 +0200

    Build the neural network code.


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

4c0c618df62d8bf1a7cc3cb9e3b806bc127044da
 src/mlpack/methods/CMakeLists.txt | 2 +-
 src/mlpack/tests/CMakeLists.txt   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/CMakeLists.txt b/src/mlpack/methods/CMakeLists.txt
index c371c3a..e90adc0 100644
--- a/src/mlpack/methods/CMakeLists.txt
+++ b/src/mlpack/methods/CMakeLists.txt
@@ -2,7 +2,7 @@
 set(DIRS
   adaboost
   amf
-#  ann
+  ann
   cf
   decision_stump
   det
diff --git a/src/mlpack/tests/CMakeLists.txt b/src/mlpack/tests/CMakeLists.txt
index d954d1a..0b766cd 100644
--- a/src/mlpack/tests/CMakeLists.txt
+++ b/src/mlpack/tests/CMakeLists.txt
@@ -1,7 +1,7 @@
 # MLPACK test executable.
 add_executable(mlpack_test
   mlpack_test.cpp
-#  activation_functions_test.cpp
+  activation_functions_test.cpp
   adaboost_test.cpp
   allkfn_test.cpp
   allknn_test.cpp



More information about the mlpack-git mailing list