[mlpack-git] master, mlpack-1.0.x: CMake configuration to compile sparse autoencoders. (357860d)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:46:45 EST 2015


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 357860d47632039355917425be1935659a87fe9c
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Apr 16 18:57:20 2014 +0000

    CMake configuration to compile sparse autoencoders.


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

357860d47632039355917425be1935659a87fe9c
 .../methods/{mvu => sparse_autoencoder}/CMakeLists.txt     | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/mlpack/methods/mvu/CMakeLists.txt b/src/mlpack/methods/sparse_autoencoder/CMakeLists.txt
similarity index 75%
copy from src/mlpack/methods/mvu/CMakeLists.txt
copy to src/mlpack/methods/sparse_autoencoder/CMakeLists.txt
index ae8e6f7..b47e851 100644
--- a/src/mlpack/methods/mvu/CMakeLists.txt
+++ b/src/mlpack/methods/sparse_autoencoder/CMakeLists.txt
@@ -1,8 +1,10 @@
 # Define the files we need to compile.
 # Anything not in this list will not be compiled into MLPACK.
 set(SOURCES
-  mvu.hpp
-  mvu.cpp
+  sparse_autoencoder.hpp
+  sparse_autoencoder_impl.hpp
+  sparse_autoencoder_function.hpp
+  sparse_autoencoder_function.cpp
 )
 
 # Add directory name to sources.
@@ -13,11 +15,3 @@ endforeach()
 # Append sources (with directory name) to list of all MLPACK sources (used at
 # the parent scope).
 set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
-
-add_executable(mvu
-  mvu_main.cpp
-)
-target_link_libraries(mvu
-  mlpack
-)
-install(TARGETS mvu RUNTIME DESTINATION bin)



More information about the mlpack-git mailing list