[mlpack-git] master: backported ind2sub and sub2ind (dec9ab0)

gitdub at mlpack.org gitdub at mlpack.org
Mon Jun 6 16:48:43 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/630efbe8c55e9072cc2be03a8033199ed2836177...b29bad9f77af89306ba48fb918c7772b72f19eac

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

commit dec9ab0b96fabfc61ddb29387658365d6ea44086
Author: nilayjain <nilayjain13 at gmail.com>
Date:   Mon Jun 6 20:48:43 2016 +0000

    backported ind2sub and sub2ind


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

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

diff --git a/src/mlpack/methods/CMakeLists.txt b/src/mlpack/methods/CMakeLists.txt
index 5c58bf9..00a67bd 100644
--- a/src/mlpack/methods/CMakeLists.txt
+++ b/src/mlpack/methods/CMakeLists.txt
@@ -23,7 +23,7 @@ set(DIRS
   det
   emst
   edge_boxes
-#  fastmks
+  fastmks
   gmm
   hmm
   hoeffding_trees
diff --git a/src/mlpack/tests/CMakeLists.txt b/src/mlpack/tests/CMakeLists.txt
index fab4151..8b36a94 100644
--- a/src/mlpack/tests/CMakeLists.txt
+++ b/src/mlpack/tests/CMakeLists.txt
@@ -17,7 +17,7 @@ add_executable(mlpack_test
   det_test.cpp
   distribution_test.cpp
   emst_test.cpp
-#  fastmks_test.cpp
+  fastmks_test.cpp
   feedforward_network_test.cpp
   gmm_test.cpp
   hmm_test.cpp
@@ -63,7 +63,7 @@ add_executable(mlpack_test
   sgd_test.cpp
   serialization.hpp
   serialization.cpp
- # serialization_test.cpp
+  serialization_test.cpp
   softmax_regression_test.cpp
   sort_policy_test.cpp
   sparse_autoencoder_test.cpp




More information about the mlpack-git mailing list